Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_dquot.h50 uint q_nrefs; /* # active refs from inodes */ member
183 dqp->q_nrefs++; in xfs_qm_dqhold()
Dxfs_dquot.c746 dqp->q_nrefs++; in xfs_qm_dqget()
817 dqp->q_nrefs = 1; in xfs_qm_dqget()
839 ASSERT(dqp->q_nrefs > 0); in xfs_qm_dqput()
844 if (--dqp->q_nrefs == 0) { in xfs_qm_dqput()
Dxfs_qm.c137 if ((dqp->dq_flags & XFS_DQ_FREEING) || dqp->q_nrefs != 0) { in xfs_qm_dqpurge()
449 if (dqp->q_nrefs) { in xfs_qm_dquot_isolate()
497 ASSERT(dqp->q_nrefs == 0); in xfs_qm_dquot_isolate()
Dxfs_trace.h886 __entry->nrefs = dqp->q_nrefs;