Searched refs:q_nrefs (Results 1 – 4 of 4) sorted by relevance
37 uint q_nrefs; /* # active refs from inodes */ member179 dqp->q_nrefs++; in xfs_qm_dqhold()
682 dqp->q_nrefs++; in xfs_qm_dqget_cache_lookup()718 dqp->q_nrefs = 1; in xfs_qm_dqget_cache_insert()971 ASSERT(dqp->q_nrefs > 0); in xfs_qm_dqput()976 if (--dqp->q_nrefs == 0) { in xfs_qm_dqput()
125 if ((dqp->dq_flags & XFS_DQ_FREEING) || dqp->q_nrefs != 0) { in xfs_qm_dqpurge()429 if (dqp->q_nrefs) { in xfs_qm_dquot_isolate()474 ASSERT(dqp->q_nrefs == 0); in xfs_qm_dquot_isolate()
875 __entry->nrefs = dqp->q_nrefs;