Lines Matching defs:octx
1259 struct one_flush_context *octx = bio->bi_private;
1260 struct drbd_device *device = octx->device;
1261 struct issue_flush_context *ctx = octx->ctx;
1267 kfree(octx);
1281 struct one_flush_context *octx = kmalloc(sizeof(*octx), GFP_NOIO);
1282 if (!bio || !octx) {
1287 kfree(octx);
1297 octx->device = device;
1298 octx->ctx = ctx;
1300 bio->bi_private = octx;