Searched refs:ptmxmode (Results 1 – 2 of 2) sorted by relevance
106 umode_t ptmxmode; member171 opts->ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in parse_mount_options()215 opts->ptmxmode = option & S_IALLUGO; in parse_mount_options()283 mode = S_IFCHR|opts->ptmxmode; in mknod_ptmx()302 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode; in update_ptmx_mode()345 seq_printf(seq, ",ptmxmode=%03o", opts->ptmxmode); in devpts_show_options()369 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in new_pts_fs_info()
16 (-o newinstance and -o ptmxmode) will be ignored with a 'bogus option' message85 - adding ptmxmode mount option to devpts entry in /etc/fstab, or95 mount -t devpts -o newinstance -o ptmxmode=0666 devpts /dev/pts116 /dev/pts, using the '-o ptmxmode=%o' mount option (default is 0000).118 mount -t devpts -o newinstance -o ptmxmode=0644 devpts /dev/pts