Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_dquot.h37 uint q_nrefs; /* # active refs from inodes */ member
179 dqp->q_nrefs++; in xfs_qm_dqhold()
Dxfs_dquot.c682 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()
Dxfs_qm.c125 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()
Dxfs_trace.h875 __entry->nrefs = dqp->q_nrefs;