Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Drbd.c644 static void rbd_img_handle_request(struct rbd_img_request *img_req, int result);
1372 static bool rbd_img_is_write(struct rbd_img_request *img_req) in rbd_img_is_write() argument
1374 switch (img_req->op_type) { in rbd_img_is_write()
1606 static void rbd_img_capture_header(struct rbd_img_request *img_req) in rbd_img_capture_header() argument
1608 struct rbd_device *rbd_dev = img_req->rbd_dev; in rbd_img_capture_header()
1612 if (!rbd_img_is_write(img_req)) in rbd_img_capture_header()
1613 img_req->snap_id = rbd_dev->spec->snap_id; in rbd_img_capture_header()
1616 img_request_layered_set(img_req); in rbd_img_capture_header()
2376 struct rbd_img_request *img_req = obj_req->img_request; in count_write_ops() local
2378 switch (img_req->op_type) { in count_write_ops()
[all …]