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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_stats.c68 xfs_Gqm? xfs_Gqm->qm_dqfreelist.qh_nelems : 0);
H A Dxfs_quota_priv.h52 #define XFS_QI_MPLNDQUOTS(mp) ((mp)->m_quotainfo->qi_dqlist.qh_nelems)
119 (h)->qh_nelems--; \
131 (h)->qh_nelems++; \
H A Dxfs_qm.h84 uint qh_nelems; member in struct:xfs_frlist
H A Dxfs_dquot.h39 uint qh_nelems; /* number of dquots on the list */ member in struct:xfs_dqhash
H A Dxfs_qm.c90 cmn_err(CE_DEBUG, "%s (#%d)", title, (int) (l)->qh_nelems); \
1294 list->qh_nelems = 0;
2205 nfree = xfs_Gqm->qm_dqfreelist.qh_nelems; /* free dquots */
2765 ql->qh_nelems = 0;
2789 ASSERT(ql->qh_nelems == 0);
2799 xfs_Gqm->qm_dqfreelist.qh_nelems++;
2812 xfs_Gqm->qm_dqfreelist.qh_nelems--;
H A Dxfs_qm_syscalls.c1146 cmn_err(CE_DEBUG, "%s (#%d)", title, (int) (l)->qh_nelems); \
1173 (h)->qh_nelems++;

Completed in 57 milliseconds