Home
last modified time | relevance | path

Searched refs:XFS_MOUNT_QUOTA_ALL (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_log_format.h851 #define XFS_MOUNT_QUOTA_ALL (XFS_UQUOTA_ACCT|XFS_UQUOTA_ENFD|\ macro
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_log_format.h936 #define XFS_MOUNT_QUOTA_ALL (XFS_UQUOTA_ACCT|XFS_UQUOTA_ENFD|\ macro
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_qm.c1498 mp->m_sb.sb_qflags = mp->m_qflags & XFS_MOUNT_QUOTA_ALL; in xfs_qm_mount_quotas()
1501 if (sbf != (mp->m_qflags & XFS_MOUNT_QUOTA_ALL)) { in xfs_qm_mount_quotas()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_qm_syscalls.c40 mp->m_sb.sb_qflags = (mp->m_qflags & ~(flags)) & XFS_MOUNT_QUOTA_ALL; in xfs_qm_log_quotaoff()
H A Dxfs_qm.c1467 mp->m_sb.sb_qflags = mp->m_qflags & XFS_MOUNT_QUOTA_ALL; in xfs_qm_mount_quotas()
1470 if (sbf != (mp->m_qflags & XFS_MOUNT_QUOTA_ALL)) { in xfs_qm_mount_quotas()

Completed in 9 milliseconds