Home
last modified time | relevance | path

Searched refs:vhost_dev_set_owner (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvhost.h175 long vhost_dev_set_owner(struct vhost_dev *dev);
H A Dvhost.c583 long vhost_dev_set_owner(struct vhost_dev *dev) in vhost_dev_set_owner() function
629 EXPORT_SYMBOL_GPL(vhost_dev_set_owner);
1757 r = vhost_dev_set_owner(d); in vhost_dev_ioctl()
H A Dnet.c1682 r = vhost_dev_set_owner(&n->dev); in vhost_net_set_owner()