/kernel/linux/linux-5.10/include/linux/ |
H A D | quotaops.h | 105 int dquot_quota_off(struct super_block *sb, int type);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | quotaops.h | 106 int dquot_quota_off(struct super_block *sb, int type);
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | super.c | 409 dquot_quota_off(s, i); in finish_unfinished() 2470 err = dquot_quota_off(sb, type); in reiserfs_quota_off() 2484 return dquot_quota_off(sb, type); in reiserfs_quota_off()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | orphan.c | 504 dquot_quota_off(sb, i); in ext4_orphan_cleanup()
|
H A D | super.c | 7009 dquot_quota_off(sb, type); in ext4_quota_on() 7121 err = dquot_quota_off(sb, type); in ext4_quota_off() 7155 return dquot_quota_off(sb, type); in ext4_quota_off()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | super.c | 2269 dquot_quota_off(sb, type); in f2fs_enable_quotas() 2391 return dquot_quota_off(sb, type); in __f2fs_quota_off() 2397 err = dquot_quota_off(sb, type); in __f2fs_quota_off() 2436 int ret = dquot_quota_off(sb, type); in f2fs_quota_off_umount()
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | super.c | 1605 err = dquot_quota_off(sb, type); in ext2_quota_off() 1618 return dquot_quota_off(sb, type); in ext2_quota_off()
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | super.c | 2877 dquot_quota_off(sb, type); in f2fs_enable_quotas() 3010 return dquot_quota_off(sb, type); in __f2fs_quota_off() 3016 err = dquot_quota_off(sb, type); in __f2fs_quota_off() 3055 int ret = dquot_quota_off(sb, type); in f2fs_quota_off_umount()
|
/kernel/linux/linux-5.10/fs/quota/ |
H A D | dquot.c | 2392 int dquot_quota_off(struct super_block *sb, int type) in dquot_quota_off() function 2397 EXPORT_SYMBOL(dquot_quota_off); variable
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | dquot.c | 2356 int dquot_quota_off(struct super_block *sb, int type) in dquot_quota_off() function 2361 EXPORT_SYMBOL(dquot_quota_off); variable
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 3124 dquot_quota_off(sb, i); in ext4_orphan_cleanup() 6426 dquot_quota_off(sb, type); in ext4_quota_on() 6521 dquot_quota_off(sb, type); in ext4_enable_quotas() 6550 err = dquot_quota_off(sb, type); in ext4_quota_off() 6577 return dquot_quota_off(sb, type); in ext4_quota_off()
|
/kernel/linux/linux-6.6/mm/ |
H A D | shmem.c | 302 dquot_quota_off(sb, type); in shmem_enable_quotas() 311 dquot_quota_off(sb, type); in shmem_disable_quotas()
|