Searched refs:devpts_pty_new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | devpts_fs.h | 27 struct dentry *devpts_pty_new(struct pts_fs_info *, int, void *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | devpts_fs.h | 27 struct dentry *devpts_pty_new(struct pts_fs_info *, int, void *);
|
/kernel/linux/linux-5.10/fs/devpts/ |
H A D | inode.c | 554 * devpts_pty_new -- create a new inode in /dev/pts/ 562 struct dentry *devpts_pty_new(struct pts_fs_info *fsi, int index, void *priv) in devpts_pty_new() function 603 * Returns whatever was passed as priv in devpts_pty_new for a given inode. 616 * This is an inverse operation of devpts_pty_new. 626 dput(dentry); /* d_alloc_name() in devpts_pty_new() */ in devpts_pty_kill()
|
/kernel/linux/linux-6.6/fs/devpts/ |
H A D | inode.c | 536 * devpts_pty_new -- create a new inode in /dev/pts/ 544 struct dentry *devpts_pty_new(struct pts_fs_info *fsi, int index, void *priv) in devpts_pty_new() function 585 * Returns whatever was passed as priv in devpts_pty_new for a given inode. 598 * This is an inverse operation of devpts_pty_new. 608 dput(dentry); /* d_alloc_name() in devpts_pty_new() */ in devpts_pty_kill()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | pty.c | 854 dentry = devpts_pty_new(fsi, index, tty->link); in ptmx_open()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | pty.c | 842 dentry = devpts_pty_new(fsi, index, tty->link); in ptmx_open()
|
Completed in 5 milliseconds