Lines Matching refs:vnode
53 if (file->vnode && file->vnode->data) in tty_fops_open()
55 if (file->vnode->ref_count != 1) in tty_fops_open()
61 device = (rt_device_t)file->vnode->data; in tty_fops_open()
83 if (file->vnode && file->vnode->data) in tty_fops_close()
85 if (file->vnode->ref_count != 1) in tty_fops_close()
91 device = (rt_device_t)file->vnode->data; in tty_fops_close()
110 if (file->vnode && file->vnode->data) in tty_fops_ioctl()
112 device = (rt_device_t)file->vnode->data; in tty_fops_ioctl()
136 if (file->vnode && file->vnode->data) in tty_fops_read()
138 device = (rt_device_t)file->vnode->data; in tty_fops_read()
187 if (file->vnode && file->vnode->data) in tty_fops_write()
189 device = (rt_device_t)file->vnode->data; in tty_fops_write()
250 if (file->vnode && file->vnode->data) in tty_fops_poll()
252 device = (rt_device_t)file->vnode->data; in tty_fops_poll()