Home
last modified time | relevance | path

Searched refs:XFS_ALL_QUOTA_ACCT (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_quota_defs.h62 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT)
Dxfs_log_format.h929 #define XFS_ALL_QUOTA_ACCT \ macro
/linux-6.6.21/fs/xfs/
Dxfs_qm_bhv.c79 (mp->m_sb.sb_qflags & XFS_ALL_QUOTA_ACCT); in xfs_qm_newmount()
Dxfs_qm_syscalls.c39 if (flags & XFS_ALL_QUOTA_ACCT) in xfs_qm_scall_quotaoff()
Dxfs_mount.c916 if (mp->m_sb.sb_qflags & XFS_ALL_QUOTA_ACCT) { in xfs_mountfs()
Dxfs_super.c225 if (!(mp->m_qflags & XFS_ALL_QUOTA_ACCT)) in xfs_fs_show_options()
1337 parsing_mp->m_qflags &= ~XFS_ALL_QUOTA_ACCT; in xfs_fs_parse_param()
Dxfs_qm.c813 mp->m_sb.sb_qflags = mp->m_qflags & XFS_ALL_QUOTA_ACCT; in xfs_qm_qino_alloc()