Searched refs:dquot_quota_on (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ |
D | quotaops.h | 92 int dquot_quota_on(struct super_block *sb, int type, int format_id,
|
/Linux-v4.19/fs/jfs/ |
D | super.c | 873 err = dquot_quota_on(sb, type, format_id, path); in jfs_quota_on()
|
/Linux-v4.19/fs/quota/ |
D | dquot.c | 2440 int dquot_quota_on(struct super_block *sb, int type, int format_id, in dquot_quota_on() function 2455 EXPORT_SYMBOL(dquot_quota_on);
|
/Linux-v4.19/fs/ext2/ |
D | super.c | 1592 err = dquot_quota_on(sb, type, format_id, path); in ext2_quota_on()
|
/Linux-v4.19/fs/reiserfs/ |
D | super.c | 2443 err = dquot_quota_on(sb, type, format_id, path); in reiserfs_quota_on()
|
/Linux-v4.19/fs/f2fs/ |
D | super.c | 1831 err = dquot_quota_on(sb, type, format_id, path); in f2fs_quota_on()
|
/Linux-v4.19/fs/ext4/ |
D | super.c | 5614 err = dquot_quota_on(sb, type, format_id, path); in ext4_quota_on()
|