Searched refs:devpts_pty_new (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Ddevpts_fs.h25 struct inode *devpts_pty_new(struct inode *ptmx_inode, dev_t device, int index,
39 static inline struct inode *devpts_pty_new(struct inode *ptmx_inode, devpts_pty_new() function
/linux-4.1.27/fs/devpts/
H A Dinode.c593 * devpts_pty_new -- create a new inode in /dev/pts/
601 struct inode *devpts_pty_new(struct inode *ptmx_inode, dev_t device, int index, devpts_pty_new() function
645 * Returns whatever was passed as priv in devpts_pty_new for a given inode.
671 * This is an inverse operation of devpts_pty_new.
687 dput(dentry); /* d_alloc_name() in devpts_pty_new() */ devpts_pty_kill()
/linux-4.1.27/drivers/tty/
H A Dpty.c786 slave_inode = devpts_pty_new(inode, ptmx_open()

Completed in 134 milliseconds