Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 2 of 2) sorted by relevance

/drivers/vhost/
Dvhost.c304 dev->log_file = NULL; in vhost_dev_init()
469 if (dev->log_file) in vhost_dev_cleanup()
470 fput(dev->log_file); in vhost_dev_cleanup()
471 dev->log_file = NULL; in vhost_dev_cleanup()
883 if (eventfp != d->log_file) { in vhost_dev_ioctl()
884 filep = d->log_file; in vhost_dev_ioctl()
885 d->log_file = eventfp; in vhost_dev_ioctl()
Dvhost.h121 struct file *log_file; member