Home
last modified time | relevance | path

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

/linux-5.19.10/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.c1290 flags |= XFS_UQUOTA_CHKD; in xfs_qm_quotacheck()
1444 mp->m_qflags &= ~XFS_UQUOTA_CHKD; in xfs_qm_mount_quotas()
Dxfs_dquot.c195 qflag = XFS_UQUOTA_CHKD; in xfs_qm_init_dquot_blk()
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_log_format.h859 #define XFS_UQUOTA_CHKD 0x0004 /* quotacheck run on usr quotas */ macro
879 (XFS_UQUOTA_CHKD | XFS_GQUOTA_CHKD | XFS_PQUOTA_CHKD)
882 XFS_UQUOTA_CHKD|XFS_GQUOTA_ACCT|\