Searched refs:dquot_quota_off (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | quotaops.h | 106 int dquot_quota_off(struct super_block *sb, int type);
|
| /Linux-v6.6/fs/jfs/ |
| D | super.c | 861 err = dquot_quota_off(sb, type); in jfs_quota_off() 874 return dquot_quota_off(sb, type); in jfs_quota_off()
|
| /Linux-v6.6/fs/ext4/ |
| D | orphan.c | 504 dquot_quota_off(sb, i); in ext4_orphan_cleanup()
|
| D | super.c | 6994 dquot_quota_off(sb, type); in ext4_quota_on() 7106 err = dquot_quota_off(sb, type); in ext4_quota_off() 7140 return dquot_quota_off(sb, type); in ext4_quota_off()
|
| /Linux-v6.6/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.6/fs/ext2/ |
| D | super.c | 1609 err = dquot_quota_off(sb, type); in ext2_quota_off() 1622 return dquot_quota_off(sb, type); in ext2_quota_off()
|
| /Linux-v6.6/fs/f2fs/ |
| D | super.c | 2838 dquot_quota_off(sb, type); in f2fs_enable_quotas() 2971 return dquot_quota_off(sb, type); in __f2fs_quota_off() 2977 err = dquot_quota_off(sb, type); in __f2fs_quota_off() 3016 int ret = dquot_quota_off(sb, type); in f2fs_quota_off_umount()
|
| /Linux-v6.6/fs/quota/ |
| D | dquot.c | 2329 int dquot_quota_off(struct super_block *sb, int type) in dquot_quota_off() function 2334 EXPORT_SYMBOL(dquot_quota_off);
|
| /Linux-v6.6/mm/ |
| D | shmem.c | 302 dquot_quota_off(sb, type); in shmem_enable_quotas() 311 dquot_quota_off(sb, type); in shmem_disable_quotas()
|