Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Dquota.c100 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() function
330 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()
H A Ddquot.c2903 .quota_disable = dquot_quota_disable,
/linux/fs/xfs/
H A Dxfs_quotaops.c284 .quota_disable = xfs_quota_disable,
/linux/include/linux/
H A Dquota.h434 int (*quota_disable)(struct super_block *, unsigned int); member
/linux/fs/bcachefs/
H A Dquota.c881 .quota_disable = bch2_quota_disable,