Lines Matching refs:uflags
151 xfs_quota_flags(unsigned int uflags) in xfs_quota_flags() argument
155 if (uflags & FS_QUOTA_UDQ_ACCT) in xfs_quota_flags()
157 if (uflags & FS_QUOTA_PDQ_ACCT) in xfs_quota_flags()
159 if (uflags & FS_QUOTA_GDQ_ACCT) in xfs_quota_flags()
161 if (uflags & FS_QUOTA_UDQ_ENFD) in xfs_quota_flags()
163 if (uflags & FS_QUOTA_GDQ_ENFD) in xfs_quota_flags()
165 if (uflags & FS_QUOTA_PDQ_ENFD) in xfs_quota_flags()
174 unsigned int uflags) in xfs_quota_enable() argument
183 return xfs_qm_scall_quotaon(mp, xfs_quota_flags(uflags)); in xfs_quota_enable()
189 unsigned int uflags) in xfs_quota_disable() argument
200 return xfs_qm_scall_quotaoff(mp, xfs_quota_flags(uflags)); in xfs_quota_disable()
206 unsigned int uflags) in xfs_fs_rm_xquota() argument
217 if (uflags & ~(FS_USER_QUOTA | FS_GROUP_QUOTA | FS_PROJ_QUOTA)) in xfs_fs_rm_xquota()
220 if (uflags & FS_USER_QUOTA) in xfs_fs_rm_xquota()
222 if (uflags & FS_GROUP_QUOTA) in xfs_fs_rm_xquota()
224 if (uflags & FS_PROJ_QUOTA) in xfs_fs_rm_xquota()