Searched refs:dquot_quota_off (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | quotaops.h | 105 int dquot_quota_off(struct super_block *sb, int type);
|
| /Linux-v5.15/fs/jfs/ |
| D | super.c | 868 err = dquot_quota_off(sb, type); in jfs_quota_off() 881 return dquot_quota_off(sb, type); in jfs_quota_off()
|
| /Linux-v5.15/fs/ext4/ |
| D | orphan.c | 504 dquot_quota_off(sb, i); in ext4_orphan_cleanup()
|
| D | super.c | 6357 dquot_quota_off(sb, type); in ext4_enable_quotas() 6380 err = dquot_quota_off(sb, type); in ext4_quota_off() 6407 return dquot_quota_off(sb, type); in ext4_quota_off()
|
| /Linux-v5.15/fs/reiserfs/ |
| D | super.c | 409 dquot_quota_off(s, i); in finish_unfinished() 2476 err = dquot_quota_off(sb, type); in reiserfs_quota_off() 2490 return dquot_quota_off(sb, type); in reiserfs_quota_off()
|
| /Linux-v5.15/fs/ext2/ |
| D | super.c | 1596 err = dquot_quota_off(sb, type); in ext2_quota_off() 1609 return dquot_quota_off(sb, type); in ext2_quota_off()
|
| /Linux-v5.15/fs/f2fs/ |
| D | super.c | 2597 dquot_quota_off(sb, type); in f2fs_enable_quotas() 2717 return dquot_quota_off(sb, type); in __f2fs_quota_off() 2723 err = dquot_quota_off(sb, type); in __f2fs_quota_off() 2762 int ret = dquot_quota_off(sb, type); in f2fs_quota_off_umount()
|
| /Linux-v5.15/fs/quota/ |
| D | dquot.c | 2289 int dquot_quota_off(struct super_block *sb, int type) in dquot_quota_off() function 2294 EXPORT_SYMBOL(dquot_quota_off);
|