Home
last modified time | relevance | path

Searched refs:img_request (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/block/
H A Drbd.c294 struct rbd_img_request *img_request; member
1283 obj_request->img_request = img_request; in rbd_img_obj_request_add()
1292 rbd_assert(obj_request->img_request == img_request); in rbd_img_obj_request_del()
1591 memset(img_request, 0, sizeof(*img_request)); in rbd_img_request_init()
1593 img_request->rbd_dev = rbd_dev; in rbd_img_request_init()
1594 img_request->op_type = op_type; in rbd_img_request_init()
1598 mutex_init(&img_request->state_mutex); in rbd_img_request_init()
1633 if (rbd_img_is_write(img_request)) in rbd_img_request_destroy()
3603 img_req = obj_req->img_request; in rbd_img_handle_request()
4721 struct rbd_img_request *img_request = in rbd_queue_workfn() local
[all …]