Home
last modified time | relevance | path

Searched refs:q_flags (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/
A Dxfs_dquot.h66 uint16_t q_flags; member
204 #define XFS_DQ_IS_DIRTY(dqp) ((dqp)->q_flags & XFS_DQFLAG_DIRTY)
A Dxfs_qm.c130 if ((dqp->q_flags & XFS_DQFLAG_FREEING) || dqp->q_nrefs != 0) in xfs_qm_dqpurge()
133 dqp->q_flags |= XFS_DQFLAG_FREEING; in xfs_qm_dqpurge()
154 dqp->q_flags &= ~XFS_DQFLAG_FREEING; in xfs_qm_dqpurge()
431 if (dqp->q_flags & XFS_DQFLAG_FREEING) in xfs_qm_dquot_isolate()
478 dqp->q_flags |= XFS_DQFLAG_FREEING; in xfs_qm_dquot_isolate()
1138 dqp->q_flags |= XFS_DQFLAG_DIRTY; in xfs_qm_quotacheck_dqadjust()
1256 if (dqp->q_flags & XFS_DQFLAG_FREEING) in xfs_qm_flush_one()
A Dxfs_dquot.c789 if (dqp->q_flags & XFS_DQFLAG_FREEING) { in xfs_qm_dqget_cache_lookup()
1294 dqp->q_flags &= ~XFS_DQFLAG_DIRTY; in xfs_qm_dqflush()
1335 dqp->q_flags &= ~XFS_DQFLAG_DIRTY; in xfs_qm_dqflush()
A Dxfs_qm_syscalls.c385 dqp->q_flags |= XFS_DQFLAG_DIRTY; in xfs_qm_scall_setqlim()
A Dxfs_trans_dquot.c570 dqp->q_flags |= XFS_DQFLAG_DIRTY; in xfs_trans_apply_dquot_deltas()
A Dxfs_trace.h1052 __entry->flags = dqp->q_flags;
1137 __entry->flags = dqp->q_flags;
1176 __entry->flags = qtrx->qt_dquot->q_flags;
/linux/fs/xfs/scrub/
A Dquotacheck_repair.c114 dq->q_flags |= XFS_DQFLAG_DIRTY; in xqcheck_commit_dquot()
A Dquota_repair.c253 dq->q_flags |= XFS_DQFLAG_DIRTY; in xrep_quota_item()

Completed in 23 milliseconds