Home
last modified time | relevance | path

Searched refs:q_nrefs (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_dquot.h38 uint q_nrefs; /* # active refs from inodes */ member
180 dqp->q_nrefs++; in xfs_qm_dqhold()
Dxfs_dquot.c685 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()
Dxfs_qm.c129 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()
Dxfs_trace.h857 __entry->nrefs = dqp->q_nrefs;