Searched refs:dquot_quota_on (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | quotaops.h | 92 int dquot_quota_on(struct super_block *sb, int type, int format_id,
|
| /Linux-v5.4/fs/jfs/ |
| D | super.c | 846 err = dquot_quota_on(sb, type, format_id, path); in jfs_quota_on()
|
| /Linux-v5.4/fs/quota/ |
| D | dquot.c | 2448 int dquot_quota_on(struct super_block *sb, int type, int format_id, in dquot_quota_on() function 2463 EXPORT_SYMBOL(dquot_quota_on);
|
| /Linux-v5.4/fs/ext2/ |
| D | super.c | 1595 err = dquot_quota_on(sb, type, format_id, path); in ext2_quota_on()
|
| /Linux-v5.4/fs/reiserfs/ |
| D | super.c | 2440 err = dquot_quota_on(sb, type, format_id, path); in reiserfs_quota_on()
|
| /Linux-v5.4/fs/f2fs/ |
| D | super.c | 2055 err = dquot_quota_on(sb, type, format_id, path); in f2fs_quota_on()
|
| /Linux-v5.4/fs/ext4/ |
| D | super.c | 5785 err = dquot_quota_on(sb, type, format_id, path); in ext4_quota_on()
|