Searched refs:quota_disable (Results 1 – 5 of 5) sorted by relevance
100 if (!sb->s_qcop->quota_off && !sb->s_qcop->quota_disable) in quota_quotaoff()102 if (sb->s_qcop->quota_disable) in quota_quotaoff()103 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type)); in quota_quotaoff()324 static int quota_disable(struct super_block *sb, void __user *addr) in quota_disable() function330 if (!sb->s_qcop->quota_disable) in quota_disable()332 return sb->s_qcop->quota_disable(sb, flags); in quota_disable()810 return quota_disable(sb, addr); in do_quotactl()
2903 .quota_disable = dquot_quota_disable,
284 .quota_disable = xfs_quota_disable,
434 int (*quota_disable)(struct super_block *, unsigned int); member
881 .quota_disable = bch2_quota_disable,