Searched defs:ptmx_inode (Results 1 – 3 of 3) sorted by relevance
35 static inline int devpts_new_index(struct inode *ptmx_inode) { return -EINVAL; } in devpts_new_index()36 static inline void devpts_kill_index(struct inode *ptmx_inode, int idx) { } in devpts_kill_index()37 static inline void devpts_add_ref(struct inode *ptmx_inode) { } in devpts_add_ref()38 static inline void devpts_del_ref(struct inode *ptmx_inode) { } in devpts_del_ref()39 static inline struct inode *devpts_pty_new(struct inode *ptmx_inode, in devpts_pty_new()
527 int devpts_new_index(struct inode *ptmx_inode) in devpts_new_index()567 void devpts_kill_index(struct inode *ptmx_inode, int idx) in devpts_kill_index()582 void devpts_add_ref(struct inode *ptmx_inode) in devpts_add_ref()590 void devpts_del_ref(struct inode *ptmx_inode) in devpts_del_ref()607 struct inode *devpts_pty_new(struct inode *ptmx_inode, dev_t device, int index, in devpts_pty_new()
682 struct inode *ptmx_inode; in pty_unix98_shutdown() local