Searched refs:vfs_quota_disable (Results 1 – 2 of 2) sorted by relevance
/fs/ocfs2/ |
D | super.c | 697 status = vfs_quota_disable(sb, type, in ocfs2_susp_quotas() 761 vfs_quota_disable(sb, type, DQUOT_USAGE_ENABLED | in ocfs2_disable_quotas() 792 return vfs_quota_disable(sb, type, DQUOT_LIMITS_ENABLED); in ocfs2_quota_off()
|
/fs/ |
D | dquot.c | 1642 int vfs_quota_disable(struct super_block *sb, int type, unsigned int flags) in vfs_quota_disable() function 1773 return vfs_quota_disable(sb, type, remount ? DQUOT_SUSPENDED : in vfs_quota_off() 2386 EXPORT_SYMBOL(vfs_quota_disable);
|