Home
last modified time | relevance | path

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

/linux-6.15/fs/devpts/
H A Dinode.c103 struct pts_mount_opts mount_opts; member
331 fsi->mount_opts.setuid = new->mount_opts.setuid; in devpts_reconfigure()
332 fsi->mount_opts.setgid = new->mount_opts.setgid; in devpts_reconfigure()
333 fsi->mount_opts.uid = new->mount_opts.uid; in devpts_reconfigure()
334 fsi->mount_opts.gid = new->mount_opts.gid; in devpts_reconfigure()
335 fsi->mount_opts.mode = new->mount_opts.mode; in devpts_reconfigure()
336 fsi->mount_opts.ptmxmode = new->mount_opts.ptmxmode; in devpts_reconfigure()
337 fsi->mount_opts.max = new->mount_opts.max; in devpts_reconfigure()
442 fsi->mount_opts.uid = GLOBAL_ROOT_UID; in devpts_init_fs_context()
450 fsi->mount_opts.reserve = true; in devpts_init_fs_context()
[all …]
/linux-6.15/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()
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()
229 c->mount_opts.rp_size = new_c->mount_opts.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-6.15/fs/befs/
H A Dlinuxvfs.c346 befs_sb->mount_opts.uid : in befs_iget()
349 befs_sb->mount_opts.gid : in befs_iget()
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()
765 sbi->mount_opts.use_gid = opts->use_gid; in befs_set_options()
766 sbi->mount_opts.debug = opts->debug; in befs_set_options()
879 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()
881 befs_sb->mount_opts.iocharset); in befs_fill_super()
886 befs_sb->mount_opts.iocharset); in befs_fill_super()
[all …]
H A Dbefs.h59 struct befs_mount_options mount_opts; member
/linux-6.15/fs/ramfs/
H A Dinode.c49 struct ramfs_mount_opts mount_opts; member
211 if (fsi->mount_opts.mode != RAMFS_DEFAULT_MODE) in ramfs_show_options()
212 seq_printf(m, ",mode=%o", fsi->mount_opts.mode); in ramfs_show_options()
255 fsi->mount_opts.mode = result.uint_32 & S_IALLUGO; in ramfs_parse_param()
274 inode = ramfs_get_inode(sb, NULL, S_IFDIR | fsi->mount_opts.mode, 0); in ramfs_fill_super()
306 fsi->mount_opts.mode = RAMFS_DEFAULT_MODE; in ramfs_init_fs_context()
/linux-6.15/drivers/android/
H A Dbinderfs.c132 if (++info->device_count <= info->mount_opts.max) in binderfs_binder_device_create()
319 if (info->mount_opts.stats_mode != ctx->stats_mode) in binderfs_fs_context_reconfigure()
322 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fs_context_reconfigure()
323 info->mount_opts.max = ctx->max; in binderfs_fs_context_reconfigure()
331 if (info->mount_opts.max <= BINDERFS_MAX_MINOR) in binderfs_show_options()
332 seq_printf(seq, ",max=%d", info->mount_opts.max); in binderfs_show_options()
334 switch (info->mount_opts.stats_mode) { in binderfs_show_options()
705 info->mount_opts.max = ctx->max; in binderfs_fill_super()
706 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fill_super()
742 if (info->mount_opts.stats_mode == binderfs_stats_mode_global) in binderfs_fill_super()
H A Dbinder_internal.h70 struct binderfs_mount_opts mount_opts; member
/linux-6.15/fs/ubifs/
H A Dsuper.c442 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
452 if (c->mount_opts.override_compr) { in ubifs_show_options()
1053 ctx->mount_opts.unmount_mode = 2; in ubifs_parse_param()
1056 ctx->mount_opts.unmount_mode = 1; in ubifs_parse_param()
1059 ctx->mount_opts.bulk_read = 2; in ubifs_parse_param()
1063 ctx->mount_opts.bulk_read = 1; in ubifs_parse_param()
1067 ctx->mount_opts.chk_data_crc = 2; in ubifs_parse_param()
1168 c->mount_opts.bulk_read = 1; in bu_init()
1963 c->mount_opts = ctx->mount_opts; in ubifs_reconfigure()
2147 c->mount_opts = ctx->mount_opts; in ubifs_fill_super()
[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.h1506 struct ubifs_mount_opts mount_opts; member
/linux-6.15/fs/efivarfs/
H A Dsuper.c67 struct efivarfs_mount_opts *opts = &sbi->mount_opts; in efivarfs_show_options()
314 struct efivarfs_mount_opts *opts = &sbi->mount_opts; in efivarfs_parse_param()
595 sfi->mount_opts.uid = GLOBAL_ROOT_UID; in efivarfs_init_fs_context()
596 sfi->mount_opts.gid = GLOBAL_ROOT_GID; in efivarfs_init_fs_context()
H A Dinternal.h17 struct efivarfs_mount_opts mount_opts; member
H A Dinode.c25 struct efivarfs_mount_opts *opts = &fsi->mount_opts; in efivarfs_get_inode()
/linux-6.15/fs/ext4/
H A Dsuper.c1831 static const struct mount_opts { struct
2124 const struct mount_opts *m; in ext4_parse_param()
2926 const struct mount_opts *m; in _ext4_show_options()