Searched refs:drbd_bm_aio_ctx (Results 1 – 3 of 3) sorted by relevance
926 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()
193 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()
900 struct drbd_bm_aio_ctx { struct