Home
last modified time | relevance | path

Searched refs:vfs_quota_on (Results 1 – 4 of 4) sorted by relevance

/fs/
Ddquot.c1934 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/
Dsuper.c2074 return vfs_quota_on(sb, type, format_id, name, 1); in reiserfs_quota_on()
/fs/ext3/
Dsuper.c2859 return vfs_quota_on(sb, type, format_id, name, remount); in ext3_quota_on()
/fs/ext4/
Dsuper.c3525 return vfs_quota_on(sb, type, format_id, name, remount); in ext4_quota_on()