Lines Matching defs:mount_opts
103 struct pts_mount_opts mount_opts;
312 struct pts_mount_opts *opts = &fsi->mount_opts;
362 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode;
370 struct pts_mount_opts *opts = &fsi->mount_opts;
388 struct pts_mount_opts *opts = &fsi->mount_opts;
419 fsi->mount_opts.mode = DEVPTS_DEFAULT_MODE;
420 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE;
445 error = parse_mount_options(data, PARSE_MOUNT, &DEVPTS_SB(s)->mount_opts);
517 (fsi->mount_opts.reserve ? 0 : pty_reserve)))
520 index = ida_alloc_max(&fsi->allocated_ptys, fsi->mount_opts.max - 1,
554 opts = &fsi->mount_opts;