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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm.h87 uint qm_nrefs; /* file systems with quota on */ member in struct:xfs_qm
H A Dxfs_qm.c169 xqm->qm_nrefs = 0;
192 ASSERT(xqm->qm_nrefs == 0);
256 xfs_Gqm->qm_nrefs++;
275 ASSERT(xfs_Gqm->qm_nrefs > 0);
304 if (--xfs_Gqm->qm_nrefs == 0) {

Completed in 56 milliseconds