Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Dquota.c87 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon()
89 if (sb->s_qcop->quota_enable) in quota_quotaon()
90 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type)); in quota_quotaon()
293 static int quota_enable(struct super_block *sb, void __user *addr) in quota_enable() function
299 if (!sb->s_qcop->quota_enable) in quota_enable()
301 return sb->s_qcop->quota_enable(sb, flags); in quota_enable()
741 return quota_enable(sb, addr); in do_quotactl()
Ddquot.c2932 .quota_enable = dquot_quota_enable,
/linux-4.19.296/fs/xfs/
Dxfs_quotaops.c285 .quota_enable = xfs_quota_enable,
/linux-4.19.296/include/linux/
Dquota.h431 int (*quota_enable)(struct super_block *, unsigned int); member