Searched refs:devpts (Results 1 – 7 of 7) sorted by relevance
2 To support containers, we now allow multiple instances of devpts filesystem,4 allocated in other instances of devpts.10 - '-o newinstance' mount option is specified while mounting devpts12 IOW, devpts now supports both single-instance and multi-instance semantics.19 If CONFIG_DEVPTS_MULTIPLE_INSTANCES=y and devpts is mounted without the21 to the initial kernel mount of devpts. This mode is referred to as the31 of the devpts fs is created. Any ptys created in this instance are independent32 of ptys in other instances of devpts. Like in the single-instance mode, the47 $ mount -t devpts -o newinstance lxcpts /dev/pts67 $ mount -t devpts -o newinstance devpts /dev/pts[all …]
5 obj-$(CONFIG_UNIX98_PTYS) += devpts.o7 devpts-$(CONFIG_UNIX98_PTYS) := inode.o
59 obj-y += devpts/
109 bool "Support multiple instances of devpts"113 Enable support for multiple instances of devpts filesystem.115 say Y here. Otherwise, say N. If enabled, each mount of devpts
1564 int devpts; in tty_release() local1579 devpts = (tty->driver->flags & TTY_DRIVER_DEVPTS_MEM) != 0; in tty_release()1589 if (!devpts) { in tty_release()1774 if (devpts) in tty_release()
67 none /dev/pts devpts gid=5,mode=620 0 0
2165 devpts filesystem onto /dev/pts with the appropriate3241 /dev/pts devpts PTY slave filesystem3350 nodes for the slaves on demand using the "devpts" filesystem.