Searched refs:XFS_ALL_QUOTA_ENFD (Results 1 – 3 of 3) sorted by relevance
116 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD); in xfs_qm_scall_quotaoff()364 flags &= XFS_ALL_QUOTA_ENFD; in xfs_qm_scall_quotaon()430 mp->m_qflags |= (flags & XFS_ALL_QUOTA_ENFD); in xfs_qm_scall_quotaon()
1247 mp->m_qflags &= ~XFS_ALL_QUOTA_ENFD; in xfs_fc_parse_param()
837 #define XFS_ALL_QUOTA_ENFD \ macro