Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/devpts/
A Dinode.c99 umode_t ptmxmode; member
257 opts->ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in parse_mount_options()
303 opts->ptmxmode = option & S_IALLUGO; in parse_mount_options()
361 mode = S_IFCHR|opts->ptmxmode; in mknod_ptmx()
380 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode; in update_ptmx_mode()
415 seq_printf(seq, ",ptmxmode=%03o", opts->ptmxmode); in devpts_show_options()
438 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE; in new_pts_fs_info()
/linux-6.3-rc2/Documentation/filesystems/
A Ddevpts.rst23 the ``ptmxmode=0666``, or ``chmod 0666 /dev/pts/ptmx`` should be called.

Completed in 3 milliseconds