Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/
Drbd.c645 static void rbd_img_handle_request(struct rbd_img_request *img_req, int result);
1416 static bool rbd_img_is_write(struct rbd_img_request *img_req) in rbd_img_is_write() argument
1418 switch (img_req->op_type) { in rbd_img_is_write()
1644 static void rbd_img_capture_header(struct rbd_img_request *img_req) in rbd_img_capture_header() argument
1646 struct rbd_device *rbd_dev = img_req->rbd_dev; in rbd_img_capture_header()
1650 if (rbd_img_is_write(img_req)) in rbd_img_capture_header()
1651 img_req->snapc = ceph_get_snap_context(rbd_dev->header.snapc); in rbd_img_capture_header()
1653 img_req->snap_id = rbd_dev->spec->snap_id; in rbd_img_capture_header()
1656 img_request_layered_set(img_req); in rbd_img_capture_header()
2421 struct rbd_img_request *img_req = obj_req->img_request; in count_write_ops() local
[all …]