Searched refs:XFS_ALL_QUOTA_ACCT (Results 1 – 7 of 7) sorted by relevance
59 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD); in xfs_qm_scall_quotaoff()73 if ((flags & XFS_ALL_QUOTA_ACCT) == 0) { in xfs_qm_scall_quotaoff()301 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD); in xfs_qm_scall_quotaon()305 flags &= ~(XFS_ALL_QUOTA_ACCT); in xfs_qm_scall_quotaon()561 flags & XFS_ALL_QUOTA_ACCT); in xfs_qm_log_quotaoff_end()590 qoffi = xfs_trans_get_qoff_item(tp, NULL, flags & XFS_ALL_QUOTA_ACCT); in xfs_qm_log_quotaoff()
79 (mp->m_sb.sb_qflags & XFS_ALL_QUOTA_ACCT); in xfs_qm_newmount()
312 mp->m_qflags &= ~XFS_ALL_QUOTA_ACCT; in xfs_parseargs()526 if (!(mp->m_qflags & XFS_ALL_QUOTA_ACCT)) in xfs_showargs()
961 if (mp->m_sb.sb_qflags & XFS_ALL_QUOTA_ACCT) { in xfs_mountfs()
805 mp->m_sb.sb_qflags = mp->m_qflags & XFS_ALL_QUOTA_ACCT; in xfs_qm_qino_alloc()
63 #define XFS_IS_QUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT)
825 #define XFS_ALL_QUOTA_ACCT \ macro