Searched refs:XFS_ALL_QUOTA_ACCT (Results 1 – 7 of 7) sorted by relevance
70 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD); in xfs_qm_scall_quotaoff()84 if ((flags & XFS_ALL_QUOTA_ACCT) == 0) { in xfs_qm_scall_quotaoff()315 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD); in xfs_qm_scall_quotaon()319 flags &= ~(XFS_ALL_QUOTA_ACCT); in xfs_qm_scall_quotaon()579 flags & XFS_ALL_QUOTA_ACCT); in xfs_qm_log_quotaoff_end()612 qoffi = xfs_trans_get_qoff_item(tp, NULL, flags & XFS_ALL_QUOTA_ACCT); in xfs_qm_log_quotaoff()
91 (mp->m_sb.sb_qflags & XFS_ALL_QUOTA_ACCT); in xfs_qm_newmount()
336 mp->m_qflags &= ~XFS_ALL_QUOTA_ACCT; in xfs_parseargs()536 if (!(mp->m_qflags & XFS_ALL_QUOTA_ACCT)) in xfs_showargs()
888 if (mp->m_sb.sb_qflags & XFS_ALL_QUOTA_ACCT) { in xfs_mountfs()
788 mp->m_sb.sb_qflags = mp->m_qflags & XFS_ALL_QUOTA_ACCT; in xfs_qm_qino_alloc()
75 #define XFS_IS_QUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT)
648 #define XFS_ALL_QUOTA_ACCT \ macro