Home
last modified time | relevance | path

Searched refs:XFS_DQFLAG_FREEING (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_quota_defs.h32 #define XFS_DQFLAG_FREEING (1u << 1) /* dquot is being torn down */ macro
36 { XFS_DQFLAG_FREEING, "FREEING" }
/linux-6.1.9/fs/xfs/
Dxfs_qm.c129 if ((dqp->q_flags & XFS_DQFLAG_FREEING) || dqp->q_nrefs != 0) in xfs_qm_dqpurge()
132 dqp->q_flags |= XFS_DQFLAG_FREEING; in xfs_qm_dqpurge()
153 dqp->q_flags &= ~XFS_DQFLAG_FREEING; in xfs_qm_dqpurge()
471 dqp->q_flags |= XFS_DQFLAG_FREEING; in xfs_qm_dquot_isolate()
1218 if (dqp->q_flags & XFS_DQFLAG_FREEING) in xfs_qm_flush_one()
Dxfs_dquot.c765 if (dqp->q_flags & XFS_DQFLAG_FREEING) { in xfs_qm_dqget_cache_lookup()