Searched refs:dquot_quota_off (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | quotaops.h | 105 int dquot_quota_off(struct super_block *sb, int type);
|
| /Linux-v5.10/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.10/fs/reiserfs/ |
| D | super.c | 409 dquot_quota_off(s, i); in finish_unfinished() 2468 err = dquot_quota_off(sb, type); in reiserfs_quota_off() 2482 return dquot_quota_off(sb, type); in reiserfs_quota_off()
|
| /Linux-v5.10/fs/ext2/ |
| D | super.c | 1601 err = dquot_quota_off(sb, type); in ext2_quota_off() 1614 return dquot_quota_off(sb, type); in ext2_quota_off()
|
| /Linux-v5.10/fs/f2fs/ |
| D | super.c | 2187 dquot_quota_off(sb, type); in f2fs_enable_quotas() 2295 return dquot_quota_off(sb, type); in __f2fs_quota_off() 2301 err = dquot_quota_off(sb, type); in __f2fs_quota_off() 2340 int ret = dquot_quota_off(sb, type); in f2fs_quota_off_umount()
|
| /Linux-v5.10/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);
|
| /Linux-v5.10/fs/ext4/ |
| D | super.c | 3135 dquot_quota_off(sb, i); in ext4_orphan_cleanup() 6408 dquot_quota_off(sb, type); in ext4_enable_quotas() 6431 err = dquot_quota_off(sb, type); in ext4_quota_off() 6458 return dquot_quota_off(sb, type); in ext4_quota_off()
|