Searched refs:dquot_quota_off (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | quotaops.h | 96 int dquot_quota_off(struct super_block *sb, int type);
|
| /Linux-v5.4/fs/jfs/ |
| D | super.c | 869 err = dquot_quota_off(sb, type); in jfs_quota_off() 882 return dquot_quota_off(sb, type); in jfs_quota_off()
|
| /Linux-v5.4/fs/reiserfs/ |
| D | super.c | 409 dquot_quota_off(s, i); in finish_unfinished() 2464 err = dquot_quota_off(sb, type); in reiserfs_quota_off() 2478 return dquot_quota_off(sb, type); in reiserfs_quota_off()
|
| /Linux-v5.4/fs/ext2/ |
| D | super.c | 1618 err = dquot_quota_off(sb, type); in ext2_quota_off() 1631 return dquot_quota_off(sb, type); in ext2_quota_off()
|
| /Linux-v5.4/fs/f2fs/ |
| D | super.c | 1968 dquot_quota_off(sb, type); in f2fs_enable_quotas() 2076 return dquot_quota_off(sb, type); in __f2fs_quota_off() 2082 err = dquot_quota_off(sb, type); in __f2fs_quota_off() 2121 int ret = dquot_quota_off(sb, type); in f2fs_quota_off_umount()
|
| /Linux-v5.4/fs/ext4/ |
| D | super.c | 2727 dquot_quota_off(sb, i); in ext4_orphan_cleanup() 5873 dquot_quota_off(sb, type); in ext4_enable_quotas() 5896 err = dquot_quota_off(sb, type); in ext4_quota_off() 5921 return dquot_quota_off(sb, type); in ext4_quota_off()
|
| /Linux-v5.4/fs/quota/ |
| D | dquot.c | 2291 int dquot_quota_off(struct super_block *sb, int type) in dquot_quota_off() function 2296 EXPORT_SYMBOL(dquot_quota_off);
|