Searched refs:ptmxmode (Results 1 – 2 of 2) sorted by relevance
81 umode_t ptmxmode; member245 opts->ptmxmode = result.uint_32 & S_IALLUGO; in devpts_parse_param()289 mode = S_IFCHR|opts->ptmxmode; in mknod_ptmx()304 fsi->ptmx_inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode; in update_ptmx_mode()322 fsi->mount_opts.ptmxmode = new->mount_opts.ptmxmode; in devpts_reconfigure()348 seq_printf(seq, ",ptmxmode=%03o", opts->ptmxmode); in devpts_show_options()431 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in devpts_init_fs_context()
23 the ``ptmxmode=0666``, or ``chmod 0666 /dev/pts/ptmx`` should be called.