Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_qm_syscalls.c161 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
199 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) != in xfs_qm_scall_quotaon()
200 (mp->m_qflags & XFS_UQUOTA_ACCT)) || in xfs_qm_scall_quotaon()
H A Dxfs_qm_bhv.c95 uquotaondisk = mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT; in xfs_qm_newmount()
H A Dxfs_dquot_item_recover.c202 if (qoff_f->qf_flags & XFS_UQUOTA_ACCT) in xlog_recover_quotaoff_commit_pass1()
H A Dxfs_quotaops.c141 flags |= XFS_UQUOTA_ACCT; in xfs_quota_flags()
H A Dxfs_super.c212 else if (mp->m_qflags & XFS_UQUOTA_ACCT) in xfs_fs_show_options()
1342 parsing_mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ENFD); in xfs_fs_parse_param()
1346 parsing_mp->m_qflags |= XFS_UQUOTA_ACCT; in xfs_fs_parse_param()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h912 #define XFS_UQUOTA_ACCT 0x0001 /* user quota accounting ON */ macro
930 (XFS_UQUOTA_ACCT | XFS_GQUOTA_ACCT | XFS_PQUOTA_ACCT)
936 #define XFS_MOUNT_QUOTA_ALL (XFS_UQUOTA_ACCT|XFS_UQUOTA_ENFD|\
H A Dxfs_quota_defs.h63 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACCT)