Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_quota.h33 (mp->m_sb.sb_qflags & XFS_UQUOTA_CHKD) == 0) || \
45 return XFS_UQUOTA_CHKD; in xfs_quota_chkd_flag()
Dxfs_qm_syscalls.c94 flags |= (XFS_UQUOTA_CHKD | XFS_UQUOTA_ENFD); in xfs_qm_scall_quotaoff()
Dxfs_qm.c1302 flags |= XFS_UQUOTA_CHKD; in xfs_qm_quotacheck()
1457 mp->m_qflags &= ~XFS_UQUOTA_CHKD; in xfs_qm_mount_quotas()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h810 #define XFS_UQUOTA_CHKD 0x0004 /* quotacheck run on usr quotas */ macro
830 (XFS_UQUOTA_CHKD | XFS_GQUOTA_CHKD | XFS_PQUOTA_CHKD)
833 XFS_UQUOTA_CHKD|XFS_GQUOTA_ACCT|\