Home
last modified time | relevance | path

Searched refs:qh_nelems (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_quota_priv.h65 #define XFS_QI_MPLNDQUOTS(mp) ((mp)->m_quotainfo->qi_dqlist.qh_nelems)
132 (h)->qh_nelems--; \
144 (h)->qh_nelems++; \
Dxfs_qm_stats.c87 xfs_Gqm? xfs_Gqm->qm_dqfreelist.qh_nelems : 0); in xfs_qm_read_xfsquota()
Dxfs_qm.h104 uint qh_nelems; member
Dxfs_qm.c100 cmn_err(CE_DEBUG, "%s (#%d)", title, (int) (l)->qh_nelems); \
1320 list->qh_nelems = 0; in xfs_qm_list_init()
2225 nfree = xfs_Gqm->qm_dqfreelist.qh_nelems; /* free dquots */ in xfs_qm_shake()
2760 ql->qh_nelems = 0; in xfs_qm_freelist_init()
2786 ASSERT(ql->qh_nelems == 0); in xfs_qm_freelist_destroy()
2796 xfs_Gqm->qm_dqfreelist.qh_nelems++; in xfs_qm_freelist_insert()
2809 xfs_Gqm->qm_dqfreelist.qh_nelems--; in xfs_qm_freelist_unlink()
Dxfs_dquot.h53 uint qh_nelems; /* number of dquots on the list */ member
Dxfs_qm_syscalls.c1128 cmn_err(CE_DEBUG, "%s (#%d)", title, (int) (l)->qh_nelems); \
1155 (h)->qh_nelems++; in xfs_qm_hashinsert()