q_nrefs           682 fs/xfs/xfs_dquot.c 	dqp->q_nrefs++;
q_nrefs           718 fs/xfs/xfs_dquot.c 	dqp->q_nrefs = 1;
q_nrefs           971 fs/xfs/xfs_dquot.c 	ASSERT(dqp->q_nrefs > 0);
q_nrefs           976 fs/xfs/xfs_dquot.c 	if (--dqp->q_nrefs == 0) {
q_nrefs            37 fs/xfs/xfs_dquot.h 	uint		 q_nrefs;	/* # active refs from inodes */
q_nrefs           179 fs/xfs/xfs_dquot.h 	dqp->q_nrefs++;
q_nrefs           125 fs/xfs/xfs_qm.c 	if ((dqp->dq_flags & XFS_DQ_FREEING) || dqp->q_nrefs != 0) {
q_nrefs           429 fs/xfs/xfs_qm.c 	if (dqp->q_nrefs) {
q_nrefs           474 fs/xfs/xfs_qm.c 	ASSERT(dqp->q_nrefs == 0);
q_nrefs           875 fs/xfs/xfs_trace.h 		__entry->nrefs = dqp->q_nrefs;