Lines Matching refs:file_tty
178 static inline struct tty_struct *file_tty(struct file *file) in file_tty() function
468 struct tty_struct *tty = file_tty(file); in tty_show_fdinfo()
554 if (redirect && file_tty(redirect) == tty) { in tty_release_redirect()
928 struct tty_struct *tty = file_tty(file); in tty_read()
1093 struct tty_struct *tty = file_tty(file); in file_tty_write()
1743 struct tty_struct *tty = file_tty(filp); in tty_release()
2216 struct tty_struct *tty = file_tty(filp); in tty_poll()
2234 struct tty_struct *tty = file_tty(filp); in __tty_fasync()
2269 struct tty_struct *tty = file_tty(filp); in tty_fasync()
2683 struct tty_struct *tty = file_tty(file); in tty_ioctl()
2891 struct tty_struct *tty = file_tty(file); in tty_compat_ioctl()
3007 return file_tty(file) != t ? 0 : fd + 1; in this_tty()