Home
last modified time | relevance | path

Searched refs:mount_opts (Results 1 – 15 of 15) 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/befs/
H A Dlinuxvfs.c345 inode->i_uid = befs_sb->mount_opts.use_uid ? in befs_iget()
346 befs_sb->mount_opts.uid : in befs_iget()
348 inode->i_gid = befs_sb->mount_opts.use_gid ? in befs_iget()
349 befs_sb->mount_opts.gid : in befs_iget()
726 struct befs_mount_options *opts = &befs_sb->mount_opts; in befs_show_options()
749 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
750 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
762 sbi->mount_opts.uid = opts->uid; in befs_set_options()
763 sbi->mount_opts.gid = opts->gid; in befs_set_options()
764 sbi->mount_opts.use_uid = opts->use_uid; in befs_set_options()
[all …]
H A Dbefs.h59 struct befs_mount_options mount_opts; member
/linux/fs/ramfs/
H A Dinode.c49 struct ramfs_mount_opts mount_opts; member
209 if (fsi->mount_opts.mode != RAMFS_DEFAULT_MODE) in ramfs_show_options()
210 seq_printf(m, ",mode=%o", fsi->mount_opts.mode); in ramfs_show_options()
253 fsi->mount_opts.mode = result.uint_32 & S_IALLUGO; in ramfs_parse_param()
273 inode = ramfs_get_inode(sb, NULL, S_IFDIR | fsi->mount_opts.mode, 0); in ramfs_fill_super()
305 fsi->mount_opts.mode = RAMFS_DEFAULT_MODE; in ramfs_init_fs_context()
/linux/drivers/android/binder/
H A Drust_binderfs.c133 if (++info->device_count <= info->mount_opts.max) in binderfs_binder_device_create()
299 if (info->mount_opts.stats_mode != ctx->stats_mode) in binderfs_fs_context_reconfigure()
302 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fs_context_reconfigure()
303 info->mount_opts.max = ctx->max; in binderfs_fs_context_reconfigure()
311 if (info->mount_opts.max <= BINDERFS_MAX_MINOR) in binderfs_show_options()
312 seq_printf(seq, ",max=%d", info->mount_opts.max); in binderfs_show_options()
314 switch (info->mount_opts.stats_mode) { in binderfs_show_options()
663 info->mount_opts.max = ctx->max; in binderfs_fill_super()
664 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fill_super()
700 if (info->mount_opts.stats_mode == binderfs_stats_mode_global) in binderfs_fill_super()
/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/ubifs/
H A Dsuper.c437 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options()
439 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options()
442 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
444 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
447 if (c->mount_opts.chk_data_crc == 2) in ubifs_show_options()
449 else if (c->mount_opts.chk_data_crc == 1) in ubifs_show_options()
452 if (c->mount_opts.override_compr) { in ubifs_show_options()
454 ubifs_compr_name(c, c->mount_opts.compr_type)); in ubifs_show_options()
1018 struct ubifs_mount_opts mount_opts; member
1053 ctx->mount_opts.unmount_mode = 2; in ubifs_parse_param()
[all …]
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()
H A Dubifs.h1510 struct ubifs_mount_opts mount_opts; member
/linux/fs/efivarfs/
H A Dsuper.c69 struct efivarfs_mount_opts *opts = &sbi->mount_opts; in efivarfs_show_options()
323 struct efivarfs_mount_opts *opts = &sbi->mount_opts; in efivarfs_parse_param()
512 sfi->mount_opts.uid = GLOBAL_ROOT_UID; in efivarfs_init_fs_context()
513 sfi->mount_opts.gid = GLOBAL_ROOT_GID; in efivarfs_init_fs_context()
H A Dinode.c25 struct efivarfs_mount_opts *opts = &fsi->mount_opts; in efivarfs_get_inode()
/linux/fs/jffs2/
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/include/uapi/linux/
H A Dext4.h141 __u8 mount_opts[64]; member