Home
last modified time | relevance | path

Searched refs:quota_disable (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/quota/
Dquota.c98 if (!sb->s_qcop->quota_off && !sb->s_qcop->quota_disable) in quota_quotaoff()
100 if (sb->s_qcop->quota_disable) in quota_quotaoff()
101 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type)); in quota_quotaoff()
304 static int quota_disable(struct super_block *sb, void __user *addr) in quota_disable() function
310 if (!sb->s_qcop->quota_disable) in quota_disable()
312 return sb->s_qcop->quota_disable(sb, flags); in quota_disable()
729 return quota_disable(sb, addr); in do_quotactl()
Ddquot.c2850 .quota_disable = dquot_quota_disable,
/Linux-v5.4/fs/xfs/
Dxfs_quotaops.c282 .quota_disable = xfs_quota_disable,
/Linux-v5.4/include/linux/
Dquota.h432 int (*quota_disable)(struct super_block *, unsigned int); member