Searched refs:xfs_frlist_t (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.h85 } xfs_frlist_t; typedef in typeref:struct:xfs_frlist
94 xfs_frlist_t qm_dqfreelist; /* freelist of dquots */
197 extern void xfs_qm_freelist_append(xfs_frlist_t *, xfs_dquot_t *);
H A Dxfs_qm.c73 STATIC void xfs_qm_freelist_init(xfs_frlist_t *);
74 STATIC void xfs_qm_freelist_destroy(xfs_frlist_t *);
2760 xfs_qm_freelist_init(xfs_frlist_t *ql)
2769 xfs_qm_freelist_destroy(xfs_frlist_t *ql)
2793 xfs_qm_freelist_insert(xfs_frlist_t *ql, xfs_dquot_t *dq)
2817 xfs_qm_freelist_append(xfs_frlist_t *ql, xfs_dquot_t *dq)
2819 xfs_qm_freelist_insert((xfs_frlist_t *)ql->qh_prev, dq);

Completed in 98 milliseconds