Searched refs:ndquot (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_stats.c65 ndquot,
H A Dxfs_qm.h29 extern uint ndquot;
H A Dxfs_qm.c61 uint ndquot; variable
124 ndquot = hsize << 8;
2211 if (nfree <= ndqused && nfree < ndquot)
2215 n = nfree - ndqused - ndquot; /* # over target */
2355 if (atomic_read(&xfs_Gqm->qm_totaldquots) >= ndquot) {

Completed in 97 milliseconds