Home
last modified time | relevance | path

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

/openbmc/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.c2913 .quota_disable = dquot_quota_disable,
/openbmc/linux/fs/xfs/
H A Dxfs_quotaops.c275 .quota_disable = xfs_quota_disable,
/openbmc/linux/include/linux/
H A Dquota.h434 int (*quota_disable)(struct super_block *, unsigned int); member