Searched refs:XFS_ALL_QUOTA_ENFD (Results 1 – 3 of 3) sorted by relevance
43 mp->m_qflags &= ~(flags & XFS_ALL_QUOTA_ENFD); in xfs_qm_scall_quotaoff()147 flags &= XFS_ALL_QUOTA_ENFD; in xfs_qm_scall_quotaon()213 mp->m_qflags |= (flags & XFS_ALL_QUOTA_ENFD); in xfs_qm_scall_quotaon()
1340 parsing_mp->m_qflags &= ~XFS_ALL_QUOTA_ENFD; in xfs_fs_parse_param()
995 #define XFS_ALL_QUOTA_ENFD \ macro