Searched refs:q_nrefs (Results 1 – 4 of 4) sorted by relevance
38 uint q_nrefs; /* # active refs from inodes */ member180 dqp->q_nrefs++; in xfs_qm_dqhold()
685 dqp->q_nrefs++; in xfs_qm_dqget_cache_lookup()721 dqp->q_nrefs = 1; in xfs_qm_dqget_cache_insert()974 ASSERT(dqp->q_nrefs > 0); in xfs_qm_dqput()979 if (--dqp->q_nrefs == 0) { in xfs_qm_dqput()
129 if ((dqp->dq_flags & XFS_DQ_FREEING) || dqp->q_nrefs != 0) { in xfs_qm_dqpurge()433 if (dqp->q_nrefs) { in xfs_qm_dquot_isolate()478 ASSERT(dqp->q_nrefs == 0); in xfs_qm_dquot_isolate()
857 __entry->nrefs = dqp->q_nrefs;