drbd_bm_aio_ctx
struct drbd_bm_aio_ctx *ctx;
ctx = kmalloc_obj(struct drbd_bm_aio_ctx, GFP_NOIO);
*ctx = (struct drbd_bm_aio_ctx) {
struct drbd_bm_aio_ctx *ctx = container_of(kref, struct drbd_bm_aio_ctx, kref);
struct drbd_bm_aio_ctx *ctx = bio->bi_private;
static void bm_page_io_async(struct drbd_bm_aio_ctx *ctx, int page_nr) __must_hold(local)
struct drbd_bm_aio_ctx *ctx;
ctx = list_first_entry_or_null(&device->pending_bitmap_io, struct drbd_bm_aio_ctx, list);