Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
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()
A Dxfs_qm_bhv.c82 uquotaondisk = mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT; in xfs_qm_newmount()
A Dxfs_dquot_item_recover.c187 if (qoff_f->qf_flags & XFS_UQUOTA_ACCT) in xlog_recover_quotaoff_commit_pass1()
A Dxfs_quotaops.c141 flags |= XFS_UQUOTA_ACCT; in xfs_quota_flags()
A Dxfs_super.c231 else if (mp->m_qflags & XFS_UQUOTA_ACCT) in xfs_fs_show_options()
1320 parsing_mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ENFD); in xfs_fs_parse_param()
1324 parsing_mp->m_qflags |= XFS_UQUOTA_ACCT; in xfs_fs_parse_param()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_log_format.h905 #define XFS_UQUOTA_ACCT 0x0001 /* user quota accounting ON */ macro
923 (XFS_UQUOTA_ACCT | XFS_GQUOTA_ACCT | XFS_PQUOTA_ACCT)
929 #define XFS_MOUNT_QUOTA_ALL (XFS_UQUOTA_ACCT|XFS_UQUOTA_ENFD|\
A Dxfs_quota_defs.h63 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACCT)

Completed in 17 milliseconds