Lines Matching defs:octx
1263 struct one_flush_context *octx = bio->bi_private;
1264 struct drbd_device *device = octx->device;
1265 struct issue_flush_context *ctx = octx->ctx;
1271 kfree(octx);
1286 struct one_flush_context *octx = kmalloc(sizeof(*octx), GFP_NOIO);
1288 if (!octx) {
1289 drbd_warn(device, "Could not allocate a octx, CANNOT ISSUE FLUSH\n");
1301 octx->device = device;
1302 octx->ctx = ctx;
1303 bio->bi_private = octx;