Lines Matching refs:mount_opts

103 	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()
323 fsi->mount_opts.max = new->mount_opts.max; in devpts_reconfigure()
339 struct pts_mount_opts *opts = &fsi->mount_opts; in devpts_show_options()
428 fsi->mount_opts.uid = GLOBAL_ROOT_UID; in devpts_init_fs_context()
429 fsi->mount_opts.gid = GLOBAL_ROOT_GID; in devpts_init_fs_context()
430 fsi->mount_opts.mode = DEVPTS_DEFAULT_MODE; in devpts_init_fs_context()
431 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in devpts_init_fs_context()
432 fsi->mount_opts.max = NR_UNIX98_PTY_MAX; in devpts_init_fs_context()
436 fsi->mount_opts.reserve = true; in devpts_init_fs_context()
471 (fsi->mount_opts.reserve ? 0 : pty_reserve))) in devpts_new_index()
474 index = ida_alloc_max(&fsi->allocated_ptys, fsi->mount_opts.max - 1, in devpts_new_index()
508 opts = &fsi->mount_opts; in devpts_pty_new()