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()148 flags &= XFS_ALL_QUOTA_ENFD; in xfs_qm_scall_quotaon()214 mp->m_qflags |= (flags & XFS_ALL_QUOTA_ENFD); in xfs_qm_scall_quotaon()
1337 parsing_mp->m_qflags &= ~XFS_ALL_QUOTA_ENFD; in xfs_fs_parse_param()
931 #define XFS_ALL_QUOTA_ENFD \ macro