Searched refs:img_request (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 294 struct rbd_img_request *img_request; member 1318 switch (obj_req->img_request->data_type) { in rbd_obj_zero_range() 1340 static inline void rbd_img_obj_request_add(struct rbd_img_request *img_request, in rbd_img_obj_request_add() argument 1343 rbd_assert(obj_request->img_request == NULL); in rbd_img_obj_request_add() 1346 obj_request->img_request = img_request; in rbd_img_obj_request_add() 1347 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); in rbd_img_obj_request_add() 1350 static inline void rbd_img_obj_request_del(struct rbd_img_request *img_request, in rbd_img_obj_request_del() argument 1353 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); in rbd_img_obj_request_del() 1355 rbd_assert(obj_request->img_request in rbd_img_obj_request_del() 1374 img_request_layered_set(struct rbd_img_request *img_request) img_request_layered_set() argument 1379 img_request_layered_test(struct rbd_img_request *img_request) img_request_layered_test() argument 1650 rbd_img_request_init(struct rbd_img_request *img_request, struct rbd_device *rbd_dev, enum obj_operation_type op_type) rbd_img_request_init() argument 1682 rbd_img_request_destroy(struct rbd_img_request *img_request) rbd_img_request_destroy() argument 4777 struct rbd_img_request *img_request = rbd_queue_workfn() local [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | rbd.c | 294 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 in rbd_img_obj_request_del() 1311 img_request_layered_set(struct rbd_img_request *img_request) img_request_layered_set() argument 1316 img_request_layered_test(struct rbd_img_request *img_request) img_request_layered_test() argument 1587 rbd_img_request_init(struct rbd_img_request *img_request, struct rbd_device *rbd_dev, enum obj_operation_type op_type) rbd_img_request_init() argument 1619 rbd_img_request_destroy(struct rbd_img_request *img_request) rbd_img_request_destroy() argument 4721 struct rbd_img_request *img_request = rbd_queue_workfn() local [all...] |
Completed in 12 milliseconds