Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/xen-blkback/
Dblkback.c116 static inline int get_free_page(struct xen_blkif *blkif, struct page **page) in get_free_page()
135 static inline void put_free_pages(struct xen_blkif *blkif, struct page **page, in put_free_pages()
148 static inline void shrink_free_pagepool(struct xen_blkif *blkif, int num) in shrink_free_pagepool()
176 static int do_block_io_op(struct xen_blkif *blkif);
177 static int dispatch_rw_block_io(struct xen_blkif *blkif,
180 static void make_response(struct xen_blkif *blkif, u64 id,
201 static int add_persistent_gnt(struct xen_blkif *blkif, in add_persistent_gnt()
238 static struct persistent_gnt *get_persistent_gnt(struct xen_blkif *blkif, in get_persistent_gnt()
265 static void put_persistent_gnt(struct xen_blkif *blkif, in put_persistent_gnt()
275 static void free_persistent_gnts(struct xen_blkif *blkif, struct rb_root *root, in free_persistent_gnts()
[all …]
Dxenbus.c32 struct xen_blkif *blkif;
44 static void xen_blkif_free(struct xen_blkif *blkif);
58 struct xen_blkif *blkif; in xen_blkif_deferred_free()
60 blkif = container_of(work, struct xen_blkif, free_work); in xen_blkif_deferred_free()
64 static int blkback_name(struct xen_blkif *blkif, char *buf) in blkback_name()
85 static void xen_update_blkif_status(struct xen_blkif *blkif) in xen_update_blkif_status()
125 static struct xen_blkif *xen_blkif_alloc(domid_t domid) in xen_blkif_alloc()
127 struct xen_blkif *blkif; in xen_blkif_alloc()
160 static int xen_blkif_map(struct xen_blkif *blkif, grant_ref_t *gref, in xen_blkif_map()
216 static int xen_blkif_disconnect(struct xen_blkif *blkif) in xen_blkif_disconnect()
[all …]
Dcommon.h272 struct xen_blkif { struct
355 struct xen_blkif *blkif; argument
397 void xen_blkbk_free_caches(struct xen_blkif *blkif);