Symbol: xenbus_transaction
drivers/block/xen-blkback/blkback.c
478
struct xenbus_transaction xbt;
drivers/block/xen-blkback/common.h
389
int xen_blkbk_flush_diskcache(struct xenbus_transaction xbt,
drivers/block/xen-blkback/common.h
392
int xen_blkbk_barrier(struct xenbus_transaction xbt,
drivers/block/xen-blkback/xenbus.c
551
int xen_blkbk_flush_diskcache(struct xenbus_transaction xbt,
drivers/block/xen-blkback/xenbus.c
565
static void xen_blkbk_discard(struct xenbus_transaction xbt, struct backend_info *be)
drivers/block/xen-blkback/xenbus.c
607
int xen_blkbk_barrier(struct xenbus_transaction xbt,
drivers/block/xen-blkback/xenbus.c
884
struct xenbus_transaction xbt;
drivers/block/xen-blkfront.c
1718
static int write_per_ring_nodes(struct xenbus_transaction xbt,
drivers/block/xen-blkfront.c
1773
struct xenbus_transaction xbt;
drivers/char/tpm/xen-tpmfront.c
254
struct xenbus_transaction xbt;
drivers/gpu/drm/xen/xen_drm_front_evtchnl.c
247
static int evtchnl_publish(struct xenbus_transaction xbt,
drivers/gpu/drm/xen/xen_drm_front_evtchnl.c
274
struct xenbus_transaction xbt;
drivers/input/misc/xen-kbdfront.c
426
struct xenbus_transaction xbt;
drivers/net/xen-netback/xenbus.c
1006
struct xenbus_transaction xbt;
drivers/net/xen-netfront.c
2083
struct xenbus_transaction *xbt, int write_hierarchical)
drivers/net/xen-netfront.c
2260
struct xenbus_transaction xbt;
drivers/pci/xen-pcifront.c
747
struct xenbus_transaction trans;
drivers/scsi/xen-scsifront.c
845
struct xenbus_transaction xbt;
drivers/tty/hvc/hvc_xen.c
449
struct xenbus_transaction xbt;
drivers/usb/host/xen-hcd.c
1165
struct xenbus_transaction xbt;
drivers/video/fbdev/xen-fbfront.c
553
struct xenbus_transaction xbt;
drivers/xen/manage.c
228
struct xenbus_transaction xbt;
drivers/xen/manage.c
277
struct xenbus_transaction xbt;
drivers/xen/pvcalls-back.c
1043
struct xenbus_transaction xbt;
drivers/xen/pvcalls-front.c
1152
struct xenbus_transaction xbt;
drivers/xen/xen-pciback/pci_stub.c
707
struct xenbus_transaction xbt;
drivers/xen/xenbus/xenbus_client.c
226
struct xenbus_transaction xbt;
drivers/xen/xenbus/xenbus_dev_frontend.c
74
struct xenbus_transaction handle;
drivers/xen/xenbus/xenbus_xs.c
315
static void *xs_talkv(struct xenbus_transaction t,
drivers/xen/xenbus/xenbus_xs.c
369
static void *xs_single(struct xenbus_transaction t,
drivers/xen/xenbus/xenbus_xs.c
436
char **xenbus_directory(struct xenbus_transaction t,
drivers/xen/xenbus/xenbus_xs.c
456
int xenbus_exists(struct xenbus_transaction t,
drivers/xen/xenbus/xenbus_xs.c
474
void *xenbus_read(struct xenbus_transaction t,
drivers/xen/xenbus/xenbus_xs.c
493
int xenbus_write(struct xenbus_transaction t,
drivers/xen/xenbus/xenbus_xs.c
516
int xenbus_rm(struct xenbus_transaction t, const char *dir, const char *node)
drivers/xen/xenbus/xenbus_xs.c
534
int xenbus_transaction_start(struct xenbus_transaction *t)
drivers/xen/xenbus/xenbus_xs.c
551
int xenbus_transaction_end(struct xenbus_transaction t, bool abort)
drivers/xen/xenbus/xenbus_xs.c
559
int xenbus_scanf(struct xenbus_transaction t,
drivers/xen/xenbus/xenbus_xs.c
597
int xenbus_printf(struct xenbus_transaction t,
drivers/xen/xenbus/xenbus_xs.c
620
int xenbus_gather(struct xenbus_transaction t, const char *dir, ...)
include/xen/xenbus.h
150
#define XBT_NIL ((struct xenbus_transaction) { 0 })
include/xen/xenbus.h
152
char **xenbus_directory(struct xenbus_transaction t,
include/xen/xenbus.h
154
void *xenbus_read(struct xenbus_transaction t,
include/xen/xenbus.h
156
int xenbus_write(struct xenbus_transaction t,
include/xen/xenbus.h
158
int xenbus_exists(struct xenbus_transaction t,
include/xen/xenbus.h
160
int xenbus_rm(struct xenbus_transaction t, const char *dir, const char *node);
include/xen/xenbus.h
161
int xenbus_transaction_start(struct xenbus_transaction *t);
include/xen/xenbus.h
162
int xenbus_transaction_end(struct xenbus_transaction t, bool abort);
include/xen/xenbus.h
166
int xenbus_scanf(struct xenbus_transaction t,
include/xen/xenbus.h
175
int xenbus_printf(struct xenbus_transaction t,
include/xen/xenbus.h
180
int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);
net/9p/trans_xen.c
391
struct xenbus_transaction xbt;
sound/xen/xen_snd_front_evtchnl.c
331
static int evtchnl_publish(struct xenbus_transaction xbt,
sound/xen/xen_snd_front_evtchnl.c
359
struct xenbus_transaction xbt;