Lines Matching refs:filep
735 struct file *eventfp, *filep = NULL; in vhost_vring_ioctl() local
866 pollstop = (filep = vq->kick) != NULL; in vhost_vring_ioctl()
869 filep = eventfp; in vhost_vring_ioctl()
882 filep = vq->call; in vhost_vring_ioctl()
888 filep = eventfp; in vhost_vring_ioctl()
901 filep = vq->error; in vhost_vring_ioctl()
907 filep = eventfp; in vhost_vring_ioctl()
924 if (filep) in vhost_vring_ioctl()
925 fput(filep); in vhost_vring_ioctl()
941 struct file *eventfp, *filep = NULL; in vhost_dev_ioctl() local
994 filep = d->log_file; in vhost_dev_ioctl()
1000 filep = eventfp; in vhost_dev_ioctl()
1008 if (filep) in vhost_dev_ioctl()
1009 fput(filep); in vhost_dev_ioctl()