Searched refs:format_id (Results 1 – 5 of 5) sorted by relevance
| /fs/quota/ |
| A D | dquot.c | 2404 int dquot_load_quota_sb(struct super_block *sb, int type, int format_id, in dquot_load_quota_sb() argument 2417 fmt = find_quota_format(format_id); in dquot_load_quota_sb() 2457 dqopt->info[type].dqi_fmt_id = format_id; in dquot_load_quota_sb() 2488 int dquot_load_quota_inode(struct inode *inode, int type, int format_id, in dquot_load_quota_inode() argument 2496 err = dquot_load_quota_sb(inode->i_sb, type, format_id, flags); in dquot_load_quota_inode() 2536 int dquot_quota_on(struct super_block *sb, int type, int format_id, in dquot_quota_on() argument 2547 format_id, DQUOT_USAGE_ENABLED | in dquot_quota_on() 2558 int format_id, int type) in dquot_quota_on_mount() argument 2569 error = dquot_load_quota_inode(d_inode(dentry), type, format_id, in dquot_quota_on_mount()
|
| /fs/jfs/ |
| A D | super.c | 158 static int jfs_quota_on(struct super_block *sb, int type, int format_id, 797 static int jfs_quota_on(struct super_block *sb, int type, int format_id, in jfs_quota_on() argument 803 err = dquot_quota_on(sb, type, format_id, path); in jfs_quota_on()
|
| /fs/ext2/ |
| A D | super.c | 347 static int ext2_quota_on(struct super_block *sb, int type, int format_id, 1615 static int ext2_quota_on(struct super_block *sb, int type, int format_id, in ext2_quota_on() argument 1621 err = dquot_quota_on(sb, type, format_id, path); in ext2_quota_on()
|
| /fs/ext4/ |
| A D | super.c | 1569 static int ext4_quota_on(struct super_block *sb, int type, int format_id, 1575 static int ext4_quota_enable(struct super_block *sb, int type, int format_id, 7029 static int ext4_quota_on(struct super_block *sb, int type, int format_id, in ext4_quota_on() argument 7062 err = dquot_quota_on(sb, type, format_id, path); in ext4_quota_on() 7106 static int ext4_quota_enable(struct super_block *sb, int type, int format_id, in ext4_quota_enable() argument 7138 err = dquot_load_quota_inode(qf_inode, type, format_id, flags); in ext4_quota_enable()
|
| /fs/f2fs/ |
| A D | super.c | 3103 static int f2fs_quota_enable(struct super_block *sb, int type, int format_id, in f2fs_quota_enable() argument 3133 err = dquot_load_quota_inode(qf_inode, type, format_id, flags); in f2fs_quota_enable() 3261 static int f2fs_quota_on(struct super_block *sb, int type, int format_id, in f2fs_quota_on() argument 3292 err = dquot_quota_on(sb, type, format_id, path); in f2fs_quota_on()
|
Completed in 34 milliseconds