Searched refs:XFS_ALL_QUOTA_ACCT (Results 1 – 7 of 7) sorted by relevance
54 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD); in xfs_qm_scall_quotaoff()68 if ((flags & XFS_ALL_QUOTA_ACCT) == 0) { in xfs_qm_scall_quotaoff()296 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD); in xfs_qm_scall_quotaon()300 flags &= ~(XFS_ALL_QUOTA_ACCT); in xfs_qm_scall_quotaon()556 flags & XFS_ALL_QUOTA_ACCT); in xfs_qm_log_quotaoff_end()585 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()
297 mp->m_qflags &= ~XFS_ALL_QUOTA_ACCT; in xfs_parseargs()511 if (!(mp->m_qflags & XFS_ALL_QUOTA_ACCT)) in xfs_showargs()
892 if (mp->m_sb.sb_qflags & XFS_ALL_QUOTA_ACCT) { in xfs_mountfs()
801 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