Searched refs:drbd_bm_aio_ctx (Results 1 – 3 of 3) sorted by relevance
940 struct drbd_bm_aio_ctx *ctx = container_of(kref, struct drbd_bm_aio_ctx, kref); in drbd_bm_aio_ctx_destroy()953 struct drbd_bm_aio_ctx *ctx = bio->bi_private; in drbd_bm_endio()991 static void bm_page_io_async(struct drbd_bm_aio_ctx *ctx, int page_nr) __must_hold(local) in bm_page_io_async()1046 struct drbd_bm_aio_ctx *ctx; in bm_rw()1062 ctx = kmalloc(sizeof(struct drbd_bm_aio_ctx), GFP_NOIO); in bm_rw()1066 *ctx = (struct drbd_bm_aio_ctx) { in bm_rw()
192 struct drbd_bm_aio_ctx *ctx; in seq_print_device_bitmap_io()197 ctx = list_first_entry_or_null(&device->pending_bitmap_io, struct drbd_bm_aio_ctx, list); in seq_print_device_bitmap_io()
989 struct drbd_bm_aio_ctx { struct