Lines Matching refs:xenbus_file_priv
88 struct xenbus_file_priv { struct
129 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_read() argument
229 struct xenbus_file_priv *dev_data;
308 struct xenbus_file_priv *u; in xenbus_worker()
313 u = container_of(wq, struct xenbus_file_priv, wq); in xenbus_worker()
341 struct xenbus_file_priv *u; in xenbus_file_free()
347 u = container_of(kref, struct xenbus_file_priv, kref); in xenbus_file_free()
352 struct xenbus_file_priv *u, uint32_t tx_id) in xenbus_get_transaction()
365 struct xenbus_file_priv *u = req->par; in xenbus_dev_queue_reply()
419 static int xenbus_command_reply(struct xenbus_file_priv *u, in xenbus_command_reply()
447 struct xenbus_file_priv *u) in xenbus_write_transaction()
496 static int xenbus_write_watch(unsigned msg_type, struct xenbus_file_priv *u) in xenbus_write_watch()
554 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_write()
651 struct xenbus_file_priv *u; in xenbus_file_open()
680 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_release()
689 struct xenbus_file_priv *u = file->private_data; in xenbus_file_poll()