Home
last modified time | relevance | path

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

/Linux-v6.6/fs/quota/
Dquota.c89 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon()
91 if (sb->s_qcop->quota_enable) in quota_quotaon()
92 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type)); in quota_quotaon()
313 static int quota_enable(struct super_block *sb, void __user *addr) in quota_enable() function
319 if (!sb->s_qcop->quota_enable) in quota_enable()
321 return sb->s_qcop->quota_enable(sb, flags); in quota_enable()
808 return quota_enable(sb, addr); in do_quotactl()
Ddquot.c2871 .quota_enable = dquot_quota_enable,
/Linux-v6.6/fs/xfs/
Dxfs_quotaops.c274 .quota_enable = xfs_quota_enable,
/Linux-v6.6/include/linux/
Dquota.h433 int (*quota_enable)(struct super_block *, unsigned int); member