Searched refs:dquot_quota_on (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | quotaops.h | 102 int dquot_quota_on(struct super_block *sb, int type, int format_id,
|
/openbmc/linux/fs/jfs/ |
H A D | super.c | 838 err = dquot_quota_on(sb, type, format_id, path); in jfs_quota_on()
|
/openbmc/linux/fs/quota/ |
H A D | dquot.c | 2547 int dquot_quota_on(struct super_block *sb, int type, int format_id, in dquot_quota_on() function 2562 EXPORT_SYMBOL(dquot_quota_on);
|
/openbmc/linux/fs/ext2/ |
H A D | super.c | 1586 err = dquot_quota_on(sb, type, format_id, path); in ext2_quota_on()
|
/openbmc/linux/fs/reiserfs/ |
H A D | super.c | 2442 err = dquot_quota_on(sb, type, format_id, path); in reiserfs_quota_on()
|
/openbmc/linux/fs/f2fs/ |
H A D | super.c | 2948 err = dquot_quota_on(sb, type, format_id, path); in f2fs_quota_on()
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 7025 err = dquot_quota_on(sb, type, format_id, path); in ext4_quota_on()
|