Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota.c97 if (!sb->s_qcop->quota_off && !sb->s_qcop->quota_disable) in quota_quotaoff()
99 if (sb->s_qcop->quota_disable) in quota_quotaoff()
100 return sb->s_qcop->quota_disable(sb, qtype_enforce_flag(type)); in quota_quotaoff()
321 static int quota_disable(struct super_block *sb, void __user *addr) in quota_disable() function
327 if (!sb->s_qcop->quota_disable) in quota_disable()
329 return sb->s_qcop->quota_disable(sb, flags); in quota_disable()
806 return quota_disable(sb, addr); in do_quotactl()
H A Ddquot.c2849 .quota_disable = dquot_quota_disable,
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_quotaops.c285 .quota_disable = xfs_quota_disable,
/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h438 int (*quota_disable)(struct super_block *, unsigned int); member