drbd_bm_aio_ctx   928 drivers/block/drbd/drbd_bitmap.c 	struct drbd_bm_aio_ctx *ctx = container_of(kref, struct drbd_bm_aio_ctx, kref);
drbd_bm_aio_ctx   941 drivers/block/drbd/drbd_bitmap.c 	struct drbd_bm_aio_ctx *ctx = bio->bi_private;
drbd_bm_aio_ctx   979 drivers/block/drbd/drbd_bitmap.c static void bm_page_io_async(struct drbd_bm_aio_ctx *ctx, int page_nr) __must_hold(local)
drbd_bm_aio_ctx  1035 drivers/block/drbd/drbd_bitmap.c 	struct drbd_bm_aio_ctx *ctx;
drbd_bm_aio_ctx  1051 drivers/block/drbd/drbd_bitmap.c 	ctx = kmalloc(sizeof(struct drbd_bm_aio_ctx), GFP_NOIO);
drbd_bm_aio_ctx  1055 drivers/block/drbd/drbd_bitmap.c 	*ctx = (struct drbd_bm_aio_ctx) {
drbd_bm_aio_ctx   193 drivers/block/drbd/drbd_debugfs.c 	struct drbd_bm_aio_ctx *ctx;
drbd_bm_aio_ctx   198 drivers/block/drbd/drbd_debugfs.c 	ctx = list_first_entry_or_null(&device->pending_bitmap_io, struct drbd_bm_aio_ctx, list);