Searched refs:mount_opts (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/fs/devpts/ |
D | inode.c | 130 struct pts_mount_opts mount_opts; member 247 struct pts_mount_opts *opts = &fsi->mount_opts; in mknod_ptmx() 302 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode; in update_ptmx_mode() 316 struct pts_mount_opts *opts = &fsi->mount_opts; in devpts_remount() 335 struct pts_mount_opts *opts = &fsi->mount_opts; in devpts_show_options() 368 fsi->mount_opts.mode = DEVPTS_DEFAULT_MODE; in new_pts_fs_info() 369 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in new_pts_fs_info() 477 memcpy(&(DEVPTS_SB(s))->mount_opts, &opts, sizeof(opts)); in devpts_mount() 538 (fsi->mount_opts.newinstance ? pty_reserve : 0)) { in devpts_new_index() 551 if (index >= fsi->mount_opts.max) { in devpts_new_index() [all …]
|
/linux-4.1.27/fs/affs/ |
D | super.c | 191 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts) in parse_options() argument 205 *mount_opts = 0; in parse_options() 230 affs_set_opt(*mount_opts, SF_SETMODE); in parse_options() 233 affs_set_opt(*mount_opts, SF_MUFS); in parse_options() 236 affs_set_opt(*mount_opts, SF_NO_TRUNCATE); in parse_options() 242 affs_set_opt(*mount_opts, SF_PREFIX); in parse_options() 245 affs_set_opt(*mount_opts, SF_IMMUTABLE); in parse_options() 261 affs_set_opt(*mount_opts, SF_SETGID); in parse_options() 269 affs_set_opt(*mount_opts, SF_SETUID); in parse_options() 272 affs_set_opt(*mount_opts, SF_VERBOSE); in parse_options()
|
/linux-4.1.27/fs/jffs2/ |
D | super.c | 89 struct jffs2_mount_opts *opts = &c->mount_opts; in jffs2_show_options() 201 c->mount_opts.compr = JFFS2_COMPR_MODE_NONE; in jffs2_parse_options() 204 c->mount_opts.compr = JFFS2_COMPR_MODE_FORCELZO; in jffs2_parse_options() 208 c->mount_opts.compr = in jffs2_parse_options() 218 c->mount_opts.override_compr = true; in jffs2_parse_options() 229 c->mount_opts.rp_size = opt; in jffs2_parse_options()
|
D | jffs2_fs_sb.h | 143 struct jffs2_mount_opts mount_opts; member
|
D | compr.c | 159 if (c->mount_opts.override_compr) in jffs2_compress() 160 mode = c->mount_opts.compr; in jffs2_compress()
|
D | nodemgmt.c | 27 struct jffs2_mount_opts *opts = &c->mount_opts; in jffs2_rp_can_write()
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 352 inode->i_uid = befs_sb->mount_opts.use_uid ? in befs_iget() 353 befs_sb->mount_opts.uid : in befs_iget() 355 inode->i_gid = befs_sb->mount_opts.use_gid ? in befs_iget() 356 befs_sb->mount_opts.gid : in befs_iget() 755 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super() 756 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super() 789 if (!parse_options((char *) data, &befs_sb->mount_opts)) { in befs_fill_super() 864 if (befs_sb->mount_opts.iocharset) { in befs_fill_super() 866 befs_sb->mount_opts.iocharset); in befs_fill_super() 867 befs_sb->nls = load_nls(befs_sb->mount_opts.iocharset); in befs_fill_super() [all …]
|
D | befs.h | 55 struct befs_mount_options mount_opts; member
|
/linux-4.1.27/fs/ubifs/ |
D | super.c | 423 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options() 425 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options() 428 if (c->mount_opts.bulk_read == 2) in ubifs_show_options() 430 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options() 433 if (c->mount_opts.chk_data_crc == 2) in ubifs_show_options() 435 else if (c->mount_opts.chk_data_crc == 1) in ubifs_show_options() 438 if (c->mount_opts.override_compr) { in ubifs_show_options() 440 ubifs_compr_name(c->mount_opts.compr_type)); in ubifs_show_options() 996 c->mount_opts.unmount_mode = 2; in ubifs_parse_options() 999 c->mount_opts.unmount_mode = 1; in ubifs_parse_options() [all …]
|
D | sb.c | 183 if (c->mount_opts.override_compr) in create_default_filesystem() 184 sup->default_compr = cpu_to_le16(c->mount_opts.compr_type); in create_default_filesystem() 616 if (!c->mount_opts.override_compr) in ubifs_read_superblock()
|
D | ubifs.h | 1463 struct ubifs_mount_opts mount_opts; member
|
/linux-4.1.27/fs/ramfs/ |
D | inode.c | 172 struct ramfs_mount_opts mount_opts; member 220 err = ramfs_parse_options(data, &fsi->mount_opts); in ramfs_fill_super() 231 inode = ramfs_get_inode(sb, NULL, S_IFDIR | fsi->mount_opts.mode, 0); in ramfs_fill_super()
|
/linux-4.1.27/fs/tracefs/ |
D | inode.c | 162 struct tracefs_mount_opts mount_opts; member 217 struct tracefs_mount_opts *opts = &fsi->mount_opts; in tracefs_apply_options() 234 err = tracefs_parse_options(data, &fsi->mount_opts); in tracefs_remount() 247 struct tracefs_mount_opts *opts = &fsi->mount_opts; in tracefs_show_options() 282 err = tracefs_parse_options(data, &fsi->mount_opts); in trace_fill_super()
|
/linux-4.1.27/fs/debugfs/ |
D | inode.c | 73 struct debugfs_mount_opts mount_opts; member 128 struct debugfs_mount_opts *opts = &fsi->mount_opts; in debugfs_apply_options() 145 err = debugfs_parse_options(data, &fsi->mount_opts); in debugfs_remount() 158 struct debugfs_mount_opts *opts = &fsi->mount_opts; in debugfs_show_options() 214 err = debugfs_parse_options(data, &fsi->mount_opts); in debug_fill_super()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1347 static const struct mount_opts { struct 1439 const struct mount_opts *m; in handle_mount_opt() 1794 const struct mount_opts *m; in _ext4_show_options()
|