Home
last modified time | relevance | path

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

/fs/devpts/
Dinode.c128 struct pts_mount_opts mount_opts; member
237 struct pts_mount_opts *opts = &fsi->mount_opts; in mknod_ptmx()
283 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode; in update_ptmx_mode()
297 struct pts_mount_opts *opts = &fsi->mount_opts; in devpts_remount()
315 struct pts_mount_opts *opts = &fsi->mount_opts; in devpts_show_options()
346 fsi->mount_opts.mode = DEVPTS_DEFAULT_MODE; in new_pts_fs_info()
347 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in new_pts_fs_info()
449 memcpy(&(DEVPTS_SB(s))->mount_opts, &opts, sizeof(opts)); in devpts_mount()
506 (fsi->mount_opts.newinstance ? pty_reserve : 0)) { in devpts_new_index()
519 if (index >= fsi->mount_opts.max) { in devpts_new_index()
[all …]
/fs/befs/
Dlinuxvfs.c354 inode->i_uid = befs_sb->mount_opts.use_uid ? in befs_iget()
355 befs_sb->mount_opts.uid : (uid_t) fs32_to_cpu(sb, raw_inode->uid); in befs_iget()
356 inode->i_gid = befs_sb->mount_opts.use_gid ? in befs_iget()
357 befs_sb->mount_opts.gid : (gid_t) fs32_to_cpu(sb, raw_inode->gid); in befs_iget()
747 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
748 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
783 if (!parse_options((char *) data, &befs_sb->mount_opts)) { in befs_fill_super()
862 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()
864 befs_sb->mount_opts.iocharset); in befs_fill_super()
865 befs_sb->nls = load_nls(befs_sb->mount_opts.iocharset); in befs_fill_super()
[all …]
Dbefs.h55 befs_mount_options mount_opts; member
Ddebug.c73 if (BEFS_SB(sb)->mount_opts.debug) { in befs_debug()
/fs/affs/
Dsuper.c175 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts) in parse_options() argument
189 *mount_opts = 0; in parse_options()
214 *mount_opts |= SF_SETMODE; in parse_options()
217 *mount_opts |= SF_MUFS; in parse_options()
223 *mount_opts |= SF_PREFIX; in parse_options()
226 *mount_opts |= SF_IMMUTABLE; in parse_options()
240 *mount_opts |= SF_SETGID; in parse_options()
246 *mount_opts |= SF_SETUID; in parse_options()
249 *mount_opts |= SF_VERBOSE; in parse_options()
/fs/jffs2/
Dsuper.c104 struct jffs2_mount_opts *opts = &c->mount_opts; in jffs2_show_options()
208 c->mount_opts.compr = JFFS2_COMPR_MODE_NONE; in jffs2_parse_options()
211 c->mount_opts.compr = JFFS2_COMPR_MODE_FORCELZO; in jffs2_parse_options()
215 c->mount_opts.compr = in jffs2_parse_options()
225 c->mount_opts.override_compr = true; in jffs2_parse_options()
Dcompr.c159 if (c->mount_opts.override_compr) in jffs2_compress()
160 mode = c->mount_opts.compr; in jffs2_compress()
Djffs2_fs_sb.h134 struct jffs2_mount_opts mount_opts; member
/fs/ubifs/
Dsuper.c426 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options()
428 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options()
431 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
433 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
436 if (c->mount_opts.chk_data_crc == 2) in ubifs_show_options()
438 else if (c->mount_opts.chk_data_crc == 1) in ubifs_show_options()
441 if (c->mount_opts.override_compr) { in ubifs_show_options()
443 ubifs_compr_name(c->mount_opts.compr_type)); in ubifs_show_options()
1017 c->mount_opts.unmount_mode = 2; in ubifs_parse_options()
1020 c->mount_opts.unmount_mode = 1; in ubifs_parse_options()
[all …]
Dsb.c185 if (c->mount_opts.override_compr) in create_default_filesystem()
186 sup->default_compr = cpu_to_le16(c->mount_opts.compr_type); in create_default_filesystem()
623 if (!c->mount_opts.override_compr) in ubifs_read_superblock()
Dubifs.h1448 struct ubifs_mount_opts mount_opts; member
/fs/debugfs/
Dinode.c153 struct debugfs_mount_opts mount_opts; member
200 struct debugfs_mount_opts *opts = &fsi->mount_opts; in debugfs_apply_options()
216 err = debugfs_parse_options(data, &fsi->mount_opts); in debugfs_remount()
229 struct debugfs_mount_opts *opts = &fsi->mount_opts; in debugfs_show_options()
262 err = debugfs_parse_options(data, &fsi->mount_opts); in debug_fill_super()
/fs/ramfs/
Dinode.c174 struct ramfs_mount_opts mount_opts; member
222 err = ramfs_parse_options(data, &fsi->mount_opts); in ramfs_fill_super()
233 inode = ramfs_get_inode(sb, NULL, S_IFDIR | fsi->mount_opts.mode, 0); in ramfs_fill_super()
/fs/ext4/
Dsuper.c1375 static const struct mount_opts { struct
1455 const struct mount_opts *m; in handle_mount_opt()
1725 const struct mount_opts *m; in _ext4_show_options()