Searched refs:ptmxmode (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/devpts/
H A Dinode.c35 * ptmx to 0. Use 'chmod' or remount with '-o ptmxmode' to set meaningful
106 umode_t ptmxmode; member in struct:pts_mount_opts
121 {Opt_ptmxmode, "ptmxmode=%o"},
173 opts->ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; parse_mount_options()
217 opts->ptmxmode = option & S_IALLUGO; parse_mount_options()
285 mode = S_IFCHR|opts->ptmxmode; mknod_ptmx()
304 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode; update_ptmx_mode()
325 * before parsing and may have changed ptmxmode. So, update the devpts_remount()
347 seq_printf(seq, ",ptmxmode=%03o", opts->ptmxmode); devpts_show_options()
371 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; new_pts_fs_info()

Completed in 64 milliseconds