Lines Matching defs:mount_opts
121 struct pts_mount_opts mount_opts;
330 struct pts_mount_opts *opts = &fsi->mount_opts;
380 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode;
388 struct pts_mount_opts *opts = &fsi->mount_opts;
406 struct pts_mount_opts *opts = &fsi->mount_opts;
437 fsi->mount_opts.mode = DEVPTS_DEFAULT_MODE;
438 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE;
463 error = parse_mount_options(data, PARSE_MOUNT, &DEVPTS_SB(s)->mount_opts);
535 (fsi->mount_opts.reserve ? 0 : pty_reserve)))
538 index = ida_alloc_max(&fsi->allocated_ptys, fsi->mount_opts.max - 1,
572 opts = &fsi->mount_opts;