Home
last modified time | relevance | path

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

/fs/
Ddquot.c1785 static int vfs_load_quota_inode(struct inode *inode, int type, int format_id, in vfs_load_quota_inode() argument
1788 struct quota_format_type *fmt = find_quota_format(format_id); in vfs_load_quota_inode()
1850 dqopt->info[type].dqi_fmt_id = format_id; in vfs_load_quota_inode()
1918 int vfs_quota_on_path(struct super_block *sb, int type, int format_id, in vfs_quota_on_path() argument
1929 format_id, DQUOT_USAGE_ENABLED | in vfs_quota_on_path()
1934 int vfs_quota_on(struct super_block *sb, int type, int format_id, char *name, in vfs_quota_on() argument
1945 error = vfs_quota_on_path(sb, type, format_id, &path); in vfs_quota_on()
1955 int vfs_quota_enable(struct inode *inode, int type, int format_id, in vfs_quota_enable() argument
1994 return vfs_load_quota_inode(inode, type, format_id, flags); in vfs_quota_enable()
2002 int format_id, int type) in vfs_quota_on_mount() argument
[all …]
/fs/reiserfs/
Dsuper.c2062 static int reiserfs_quota_on(struct super_block *sb, int type, int format_id, in reiserfs_quota_on() argument
2074 return vfs_quota_on(sb, type, format_id, name, 1); in reiserfs_quota_on()
2118 err = vfs_quota_on_path(sb, type, format_id, &path); in reiserfs_quota_on()
/fs/ext3/
Dsuper.c717 static int ext3_quota_on(struct super_block *sb, int type, int format_id,
2849 static int ext3_quota_on(struct super_block *sb, int type, int format_id, in ext3_quota_on() argument
2859 return vfs_quota_on(sb, type, format_id, name, remount); in ext3_quota_on()
2897 err = vfs_quota_on_path(sb, type, format_id, &path); in ext3_quota_on()
/fs/ext4/
Dsuper.c936 static int ext4_quota_on(struct super_block *sb, int type, int format_id,
3515 static int ext4_quota_on(struct super_block *sb, int type, int format_id, in ext4_quota_on() argument
3525 return vfs_quota_on(sb, type, format_id, name, remount); in ext4_quota_on()
3564 err = vfs_quota_on_path(sb, type, format_id, &path); in ext4_quota_on()
/fs/ocfs2/
Dsuper.c770 static int ocfs2_quota_on(struct super_block *sb, int type, int format_id, in ocfs2_quota_on() argument
783 format_id, DQUOT_LIMITS_ENABLED); in ocfs2_quota_on()