Lines Matching refs:filep
635 struct file *eventfp, *filep = NULL; in vhost_vring_ioctl() local
766 pollstop = (filep = vq->kick) != NULL; in vhost_vring_ioctl()
769 filep = eventfp; in vhost_vring_ioctl()
782 filep = vq->call; in vhost_vring_ioctl()
788 filep = eventfp; in vhost_vring_ioctl()
801 filep = vq->error; in vhost_vring_ioctl()
807 filep = eventfp; in vhost_vring_ioctl()
818 if (filep) in vhost_vring_ioctl()
819 fput(filep); in vhost_vring_ioctl()
835 struct file *eventfp, *filep = NULL; in vhost_dev_ioctl() local
888 filep = d->log_file; in vhost_dev_ioctl()
894 filep = eventfp; in vhost_dev_ioctl()
902 if (filep) in vhost_dev_ioctl()
903 fput(filep); in vhost_dev_ioctl()