Searched defs:ptmx_inode (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
H A Ddevpts_fs.h35 static inline int devpts_new_index(struct inode *ptmx_inode) { return -EINVAL; } devpts_kill_index() argument
36 static inline void devpts_kill_index(struct inode *ptmx_inode, int idx) { } devpts_add_ref() argument
37 static inline void devpts_add_ref(struct inode *ptmx_inode) { } devpts_del_ref() argument
38 static inline void devpts_del_ref(struct inode *ptmx_inode) { } devpts_pty_new() argument
39 static inline struct inode *devpts_pty_new(struct inode *ptmx_inode, devpts_pty_new() argument
/linux-4.4.14/drivers/tty/
H A Dpty.c682 struct inode *ptmx_inode; pty_unix98_shutdown() local
/linux-4.4.14/fs/devpts/
H A Dinode.c527 int devpts_new_index(struct inode *ptmx_inode) devpts_new_index() argument
567 void devpts_kill_index(struct inode *ptmx_inode, int idx) devpts_kill_index() argument
582 void devpts_add_ref(struct inode *ptmx_inode) devpts_add_ref() argument
590 void devpts_del_ref(struct inode *ptmx_inode) devpts_del_ref() argument
607 struct inode *devpts_pty_new(struct inode *ptmx_inode, dev_t device, int index, devpts_pty_new() argument

Completed in 99 milliseconds