Searched refs:dquot_quota_off (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | quotaops.h | 106 int dquot_quota_off(struct super_block *sb, int type);
|
| /Linux-v6.1/fs/jfs/ |
| D | super.c | 863 err = dquot_quota_off(sb, type); in jfs_quota_off() 876 return dquot_quota_off(sb, type); in jfs_quota_off()
|
| /Linux-v6.1/fs/ext4/ |
| D | orphan.c | 504 dquot_quota_off(sb, i); in ext4_orphan_cleanup()
|
| D | super.c | 6881 dquot_quota_off(sb, type); in ext4_quota_on() 6954 dquot_quota_off(sb, type); in ext4_enable_quotas() 6983 err = dquot_quota_off(sb, type); in ext4_quota_off() 7010 return dquot_quota_off(sb, type); in ext4_quota_off()
|
| /Linux-v6.1/fs/reiserfs/ |
| D | super.c | 409 dquot_quota_off(s, i); in finish_unfinished() 2466 err = dquot_quota_off(sb, type); in reiserfs_quota_off() 2480 return dquot_quota_off(sb, type); in reiserfs_quota_off()
|
| /Linux-v6.1/fs/ext2/ |
| D | super.c | 1617 err = dquot_quota_off(sb, type); in ext2_quota_off() 1630 return dquot_quota_off(sb, type); in ext2_quota_off()
|
| /Linux-v6.1/fs/f2fs/ |
| D | super.c | 2681 dquot_quota_off(sb, type); in f2fs_enable_quotas() 2803 return dquot_quota_off(sb, type); in __f2fs_quota_off() 2809 err = dquot_quota_off(sb, type); in __f2fs_quota_off() 2848 int ret = dquot_quota_off(sb, type); in f2fs_quota_off_umount()
|
| /Linux-v6.1/fs/quota/ |
| D | dquot.c | 2311 int dquot_quota_off(struct super_block *sb, int type) in dquot_quota_off() function 2316 EXPORT_SYMBOL(dquot_quota_off);
|