Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/
Drbd.c294 struct rbd_img_request *img_request; member
1255 switch (obj_req->img_request->data_type) { in rbd_obj_zero_range()
1277 static inline void rbd_img_obj_request_add(struct rbd_img_request *img_request, in rbd_img_obj_request_add() argument
1280 rbd_assert(obj_request->img_request == NULL); in rbd_img_obj_request_add()
1283 obj_request->img_request = img_request; in rbd_img_obj_request_add()
1284 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); in rbd_img_obj_request_add()
1287 static inline void rbd_img_obj_request_del(struct rbd_img_request *img_request, in rbd_img_obj_request_del() argument
1290 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); in rbd_img_obj_request_del()
1292 rbd_assert(obj_request->img_request == img_request); in rbd_img_obj_request_del()
1311 static void img_request_layered_set(struct rbd_img_request *img_request) in img_request_layered_set() argument
[all …]