Home
last modified time | relevance | path

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

/fs/quota/
Ddquot.c2250 static int vfs_load_quota_inode(struct inode *inode, int type, int format_id, in vfs_load_quota_inode() argument
2253 struct quota_format_type *fmt = find_quota_format(format_id); in vfs_load_quota_inode()
2327 dqopt->info[type].dqi_fmt_id = format_id; in vfs_load_quota_inode()
2403 int dquot_quota_on(struct super_block *sb, int type, int format_id, in dquot_quota_on() argument
2414 format_id, DQUOT_USAGE_ENABLED | in dquot_quota_on()
2424 int dquot_enable(struct inode *inode, int type, int format_id, in dquot_enable() argument
2463 return vfs_load_quota_inode(inode, type, format_id, flags); in dquot_enable()
2472 int format_id, int type) in dquot_quota_on_mount() argument
2488 error = vfs_load_quota_inode(d_inode(dentry), type, format_id, in dquot_quota_on_mount()
/fs/f2fs/
Dsuper.c1697 static int f2fs_quota_enable(struct super_block *sb, int type, int format_id, in f2fs_quota_enable() argument
1719 err = dquot_enable(qf_inode, type, format_id, flags); in f2fs_quota_enable()
1786 static int f2fs_quota_on(struct super_block *sb, int type, int format_id, in f2fs_quota_on() argument
1796 err = dquot_quota_on(sb, type, format_id, path); in f2fs_quota_on()
/fs/ext4/
Dsuper.c1202 static int ext4_quota_on(struct super_block *sb, int type, int format_id,
1210 static int ext4_quota_enable(struct super_block *sb, int type, int format_id,
5304 static int ext4_quota_on(struct super_block *sb, int type, int format_id, in ext4_quota_on() argument
5341 err = dquot_quota_on(sb, type, format_id, path); in ext4_quota_on()
5348 static int ext4_quota_enable(struct super_block *sb, int type, int format_id, in ext4_quota_enable() argument
5373 err = dquot_enable(qf_inode, type, format_id, flags); in ext4_quota_enable()
/fs/reiserfs/
Dsuper.c2359 static int reiserfs_quota_on(struct super_block *sb, int type, int format_id, in reiserfs_quota_on() argument
2417 return dquot_quota_on(sb, type, format_id, path); in reiserfs_quota_on()