Lines Matching refs:uflags
138 xfs_quota_flags(unsigned int uflags) in xfs_quota_flags() argument
142 if (uflags & FS_QUOTA_UDQ_ACCT) in xfs_quota_flags()
144 if (uflags & FS_QUOTA_PDQ_ACCT) in xfs_quota_flags()
146 if (uflags & FS_QUOTA_GDQ_ACCT) in xfs_quota_flags()
148 if (uflags & FS_QUOTA_UDQ_ENFD) in xfs_quota_flags()
150 if (uflags & FS_QUOTA_GDQ_ENFD) in xfs_quota_flags()
152 if (uflags & FS_QUOTA_PDQ_ENFD) in xfs_quota_flags()
161 unsigned int uflags) in xfs_quota_enable() argument
170 return xfs_qm_scall_quotaon(mp, xfs_quota_flags(uflags)); in xfs_quota_enable()
176 unsigned int uflags) in xfs_quota_disable() argument
187 return xfs_qm_scall_quotaoff(mp, xfs_quota_flags(uflags)); in xfs_quota_disable()
193 unsigned int uflags) in xfs_fs_rm_xquota() argument
204 if (uflags & FS_USER_QUOTA) in xfs_fs_rm_xquota()
206 if (uflags & FS_GROUP_QUOTA) in xfs_fs_rm_xquota()
208 if (uflags & FS_PROJ_QUOTA) in xfs_fs_rm_xquota()