Home
last modified time | relevance | path

Searched refs:devpts (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/Documentation/filesystems/
Ddevpts.txt2 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 devpts
12 IOW, devpts now supports both single-instance and multi-instance semantics.
19 If CONFIG_DEVPTS_MULTIPLE_INSTANCES=y and devpts is mounted without the
21 to the initial kernel mount of devpts. This mode is referred to as the
31 of the devpts fs is created. Any ptys created in this instance are independent
32 of ptys in other instances of devpts. Like in the single-instance mode, the
47 $ mount -t devpts -o newinstance lxcpts /dev/pts
67 $ mount -t devpts -o newinstance devpts /dev/pts
[all …]
/linux-2.6.39/fs/devpts/
DMakefile5 obj-$(CONFIG_UNIX98_PTYS) += devpts.o
7 devpts-$(CONFIG_UNIX98_PTYS) := inode.o
/linux-2.6.39/fs/
DMakefile59 obj-y += devpts/
/linux-2.6.39/drivers/tty/
DKconfig109 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
Dtty_io.c1564 int devpts; in tty_release() local
1579 devpts = (tty->driver->flags & TTY_DRIVER_DEVPTS_MEM) != 0; in tty_release()
1589 if (!devpts) { in tty_release()
1774 if (devpts) in tty_release()
/linux-2.6.39/Documentation/ia64/
Dxen.txt67 none /dev/pts devpts gid=5,mode=620 0 0
/linux-2.6.39/Documentation/
Ddevices.txt2165 devpts filesystem onto /dev/pts with the appropriate
3241 /dev/pts devpts PTY slave filesystem
3350 nodes for the slaves on demand using the "devpts" filesystem.