Lines Matching refs:xenbus_file_priv
84 struct xenbus_file_priv { struct
123 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_read() argument
223 struct xenbus_file_priv *dev_data;
302 struct xenbus_file_priv *u; in xenbus_file_free()
307 u = container_of(kref, struct xenbus_file_priv, kref); in xenbus_file_free()
334 struct xenbus_file_priv *u, uint32_t tx_id) in xenbus_get_transaction()
347 struct xenbus_file_priv *u = req->par; in xenbus_dev_queue_reply()
401 static int xenbus_command_reply(struct xenbus_file_priv *u, in xenbus_command_reply()
429 struct xenbus_file_priv *u) in xenbus_write_transaction()
463 static int xenbus_write_watch(unsigned msg_type, struct xenbus_file_priv *u) in xenbus_write_watch()
522 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_write()
620 struct xenbus_file_priv *u; in xenbus_file_open()
650 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_release()
659 struct xenbus_file_priv *u = file->private_data; in xenbus_file_poll()