Home
last modified time | relevance | path

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

/fs/quota/
Dquota.c86 if (!sb->s_qcop->quota_on && !sb->s_qcop->quota_enable) in quota_quotaon()
88 if (sb->s_qcop->quota_enable) in quota_quotaon()
89 return sb->s_qcop->quota_enable(sb, qtype_enforce_flag(type)); in quota_quotaon()
270 static int quota_enable(struct super_block *sb, void __user *addr) in quota_enable() function
276 if (!sb->s_qcop->quota_enable) in quota_enable()
278 return sb->s_qcop->quota_enable(sb, flags); in quota_enable()
682 return quota_enable(sb, addr); in do_quotactl()
Ddquot.c2773 .quota_enable = dquot_quota_enable,
/fs/xfs/
Dxfs_quotaops.c269 .quota_enable = xfs_quota_enable,