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

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

Completed in 325 milliseconds