Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_bitmap.c926 struct drbd_bm_aio_ctx *ctx = container_of(kref, struct drbd_bm_aio_ctx, kref); in drbd_bm_aio_ctx_destroy()
939 struct drbd_bm_aio_ctx *ctx = bio->bi_private; in drbd_bm_endio()
990 static void bm_page_io_async(struct drbd_bm_aio_ctx *ctx, int page_nr) __must_hold(local) in bm_page_io_async()
1065 struct drbd_bm_aio_ctx *ctx; in bm_rw()
1081 ctx = kmalloc(sizeof(struct drbd_bm_aio_ctx), GFP_NOIO); in bm_rw()
1085 *ctx = (struct drbd_bm_aio_ctx) { in bm_rw()
H A Ddrbd_debugfs.c193 struct drbd_bm_aio_ctx *ctx; in seq_print_device_bitmap_io()
198 ctx = list_first_entry_or_null(&device->pending_bitmap_io, struct drbd_bm_aio_ctx, list); in seq_print_device_bitmap_io()
H A Ddrbd_int.h900 struct drbd_bm_aio_ctx { struct