Home
last modified time | relevance | path

Searched refs:mount_opts (Results 1 – 10 of 10) sorted by relevance

/linux/fs/devpts/
H A Dinode.c103 struct pts_mount_opts mount_opts; member
224 struct pts_mount_opts *opts = &fsi->mount_opts; in devpts_parse_param()
266 struct pts_mount_opts *opts = &fsi->mount_opts; in mknod_ptmx()
304 fsi->ptmx_inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode; in update_ptmx_mode()
317 fsi->mount_opts.setuid = new->mount_opts.setuid; in devpts_reconfigure()
318 fsi->mount_opts.setgid = new->mount_opts.setgid; in devpts_reconfigure()
319 fsi->mount_opts.uid = new->mount_opts.uid; in devpts_reconfigure()
320 fsi->mount_opts.gid = new->mount_opts.gid; in devpts_reconfigure()
321 fsi->mount_opts.mode = new->mount_opts.mode; in devpts_reconfigure()
322 fsi->mount_opts.ptmxmode = new->mount_opts.ptmxmode; in devpts_reconfigure()
[all …]
/linux/fs/jffs2/
H A Dsuper.c88 struct jffs2_mount_opts *opts = &c->mount_opts; in jffs2_show_options()
201 c->mount_opts.compr = result.uint_32; in jffs2_parse_param()
202 c->mount_opts.override_compr = true; in jffs2_parse_param()
207 c->mount_opts.rp_size = result.uint_32 * 1024; in jffs2_parse_param()
208 c->mount_opts.set_rp_size = true; in jffs2_parse_param()
223 if (new_c->mount_opts.override_compr) { in jffs2_update_mount_opts()
224 c->mount_opts.override_compr = new_c->mount_opts.override_compr; in jffs2_update_mount_opts()
225 c->mount_opts.compr = new_c->mount_opts.compr; in jffs2_update_mount_opts()
227 if (new_c->mount_opts.set_rp_size) { in jffs2_update_mount_opts()
228 c->mount_opts.set_rp_size = new_c->mount_opts.set_rp_size; in jffs2_update_mount_opts()
[all …]
H A Djffs2_fs_sb.h144 struct jffs2_mount_opts mount_opts; member
H A Dcompr.c159 if (c->mount_opts.override_compr) in jffs2_compress()
160 mode = c->mount_opts.compr; in jffs2_compress()
H A Dnodemgmt.c28 struct jffs2_mount_opts *opts = &c->mount_opts; in jffs2_rp_can_write()
/linux/drivers/android/
H A Dbinderfs.c133 if (++info->device_count <= info->mount_opts.max) in binderfs_binder_device_create()
308 if (info->mount_opts.stats_mode != ctx->stats_mode) in binderfs_fs_context_reconfigure()
311 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fs_context_reconfigure()
312 info->mount_opts.max = ctx->max; in binderfs_fs_context_reconfigure()
320 if (info->mount_opts.max <= BINDERFS_MAX_MINOR) in binderfs_show_options()
321 seq_printf(seq, ",max=%d", info->mount_opts.max); in binderfs_show_options()
323 switch (info->mount_opts.stats_mode) { in binderfs_show_options()
654 info->mount_opts.max = ctx->max; in binderfs_fill_super()
655 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fill_super()
691 if (info->mount_opts.stats_mode == binderfs_stats_mode_global) in binderfs_fill_super()
/linux/fs/befs/
H A Dbefs.h59 struct befs_mount_options mount_opts; member
/linux/include/uapi/linux/
H A Dext4.h141 __u8 mount_opts[64]; member
/linux/fs/ubifs/
H A Dsb.c209 if (c->mount_opts.override_compr) in create_default_filesystem()
210 sup->default_compr = cpu_to_le16(c->mount_opts.compr_type); in create_default_filesystem()
728 if (!c->mount_opts.override_compr) in ubifs_read_superblock()
/linux/fs/ext4/
H A Dsuper.c1895 static const struct mount_opts { struct
2191 const struct mount_opts *m; in ext4_parse_param()
2987 const struct mount_opts *m; in _ext4_show_options()