Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/block/
Drbd.c294 struct rbd_img_request *img_request; member
1252 switch (obj_req->img_request->data_type) { in rbd_obj_zero_range()
1274 static inline void rbd_img_obj_request_add(struct rbd_img_request *img_request, in rbd_img_obj_request_add() argument
1277 rbd_assert(obj_request->img_request == NULL); in rbd_img_obj_request_add()
1280 obj_request->img_request = img_request; in rbd_img_obj_request_add()
1281 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); in rbd_img_obj_request_add()
1284 static inline void rbd_img_obj_request_del(struct rbd_img_request *img_request, in rbd_img_obj_request_del() argument
1287 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); in rbd_img_obj_request_del()
1289 rbd_assert(obj_request->img_request == img_request); in rbd_img_obj_request_del()
1308 static void img_request_layered_set(struct rbd_img_request *img_request) in img_request_layered_set() argument
[all …]