Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/quota/
Dxfs_qm_stats.c45 ndquot, in xqm_proc_show()
Dxfs_qm.h29 extern uint ndquot;
Dxfs_qm.c53 uint ndquot; variable
122 ndquot = hsize << 8; in xfs_Gqm_init()
2028 if (nfree <= ndqused && nfree < ndquot) in xfs_qm_shake()
2032 n = nfree - ndqused - ndquot; /* # over target */ in xfs_qm_shake()
2057 if (atomic_read(&xfs_Gqm->qm_totaldquots) >= ndquot) { in xfs_qm_dqalloc_incore()