Home
last modified time | relevance | path

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

/linux-4.1.27/fs/devpts/
Dinode.c106 umode_t ptmxmode; member
171 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()
/linux-4.1.27/Documentation/filesystems/
Ddevpts.txt16 (-o newinstance and -o ptmxmode) will be ignored with a 'bogus option' message
85 - adding ptmxmode mount option to devpts entry in /etc/fstab, or
95 mount -t devpts -o newinstance -o ptmxmode=0666 devpts /dev/pts
116 /dev/pts, using the '-o ptmxmode=%o' mount option (default is 0000).
118 mount -t devpts -o newinstance -o ptmxmode=0644 devpts /dev/pts