Home
last modified time | relevance | path

Searched refs:XFS_DQFLAG_FREEING (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_quota_defs.h32 #define XFS_DQFLAG_FREEING (1u << 1) /* dquot is being torn down */ macro
36 { XFS_DQFLAG_FREEING, "FREEING" }
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_quota_defs.h33 #define XFS_DQFLAG_FREEING (1 << 1) /* dquot is being torn down */ macro
37 { XFS_DQFLAG_FREEING, "FREEING" }
/kernel/linux/linux-6.6/fs/xfs/
H A 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()
430 if (dqp->q_flags & XFS_DQFLAG_FREEING) in __releases()
477 dqp->q_flags |= XFS_DQFLAG_FREEING; in __releases()
1240 if (dqp->q_flags & XFS_DQFLAG_FREEING) in xfs_qm_flush_one()
H A Dxfs_dquot.c766 if (dqp->q_flags & XFS_DQFLAG_FREEING) { in xfs_qm_dqget_cache_lookup()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_qm.c127 if ((dqp->q_flags & XFS_DQFLAG_FREEING) || dqp->q_nrefs != 0) in xfs_qm_dqpurge()
130 dqp->q_flags |= XFS_DQFLAG_FREEING; in xfs_qm_dqpurge()
151 dqp->q_flags &= ~XFS_DQFLAG_FREEING; in xfs_qm_dqpurge()
475 dqp->q_flags |= XFS_DQFLAG_FREEING; in __releases()
1227 if (dqp->q_flags & XFS_DQFLAG_FREEING) in xfs_qm_flush_one()
H A Dxfs_dquot.c788 if (dqp->q_flags & XFS_DQFLAG_FREEING) { in xfs_qm_dqget_cache_lookup()

Completed in 8 milliseconds