Home
last modified time | relevance | path

Searched refs:XFS_UQUOTA_CHKD (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_quota.h34 (mp->m_sb.sb_qflags & XFS_UQUOTA_CHKD) == 0) || \
46 return XFS_UQUOTA_CHKD; in xfs_quota_chkd_flag()
Dxfs_qm.c1333 flags |= XFS_UQUOTA_CHKD; in xfs_qm_quotacheck()
1505 mp->m_qflags &= ~XFS_UQUOTA_CHKD; in xfs_qm_mount_quotas()
Dxfs_dquot.c219 qflag = XFS_UQUOTA_CHKD; in xfs_qm_init_dquot_blk()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h978 #define XFS_UQUOTA_CHKD 0x0004 /* quotacheck run on usr quotas */ macro
998 (XFS_UQUOTA_CHKD | XFS_GQUOTA_CHKD | XFS_PQUOTA_CHKD)
1001 XFS_UQUOTA_CHKD|XFS_GQUOTA_ACCT|\
/linux-6.12.1/fs/xfs/scrub/
Dquotacheck_repair.c209 ret |= XFS_UQUOTA_CHKD; in xqcheck_chkd_flags()