Searched refs:vfs_quota_on (Results 1 – 4 of 4) sorted by relevance
/fs/ |
D | dquot.c | 1934 int vfs_quota_on(struct super_block *sb, int type, int format_id, char *name, in vfs_quota_on() function 2224 .quota_on = vfs_quota_on, 2383 EXPORT_SYMBOL(vfs_quota_on);
|
/fs/reiserfs/ |
D | super.c | 2074 return vfs_quota_on(sb, type, format_id, name, 1); in reiserfs_quota_on()
|
/fs/ext3/ |
D | super.c | 2859 return vfs_quota_on(sb, type, format_id, name, remount); in ext3_quota_on()
|
/fs/ext4/ |
D | super.c | 3525 return vfs_quota_on(sb, type, format_id, name, remount); in ext4_quota_on()
|