Home
last modified time | relevance | path

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

/linux/fs/quota/
A 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()
A Ddquot.c2831 .quota_enable = dquot_quota_enable,
/linux/fs/xfs/
A Dxfs_quotaops.c274 .quota_enable = xfs_quota_enable,
/linux/include/linux/
A Dquota.h431 int (*quota_enable)(struct super_block *, unsigned int); member

Completed in 13 milliseconds