Searched refs:ptmxmode (Results 1 – 3 of 3) sorted by relevance
81 umode_t ptmxmode; member239 opts->ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in parse_mount_options()285 opts->ptmxmode = option & S_IALLUGO; in parse_mount_options()343 mode = S_IFCHR|opts->ptmxmode; in mknod_ptmx()362 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode; in update_ptmx_mode()397 seq_printf(seq, ",ptmxmode=%03o", opts->ptmxmode); in devpts_show_options()420 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in new_pts_fs_info()
5 devpts /dev/pts devpts mode=0620,ptmxmode=0666,gid=5 0 0
23 the ``ptmxmode=0666``, or ``chmod 0666 /dev/pts/ptmx`` should be called.