Searched refs:dquot_quota_on (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | quotaops.h | 102 int dquot_quota_on(struct super_block *sb, int type, int format_id,
|
/linux/fs/quota/ |
H A D | dquot.c | 2536 int dquot_quota_on(struct super_block *sb, int type, int format_id, in dquot_quota_on() function 2551 EXPORT_SYMBOL(dquot_quota_on);
|
/linux/fs/ext2/ |
H A D | super.c | 1586 err = dquot_quota_on(sb, type, format_id, path); in ext2_quota_on()
|
/linux/fs/ext4/ |
H A D | super.c | 7046 err = dquot_quota_on(sb, type, format_id, path); in ext4_quota_on()
|