Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Drbd.c637 static void rbd_img_handle_request(struct rbd_img_request *img_req, int result);
1365 static bool rbd_img_is_write(struct rbd_img_request *img_req) in rbd_img_is_write() argument
1367 switch (img_req->op_type) { in rbd_img_is_write()
1599 static void rbd_img_capture_header(struct rbd_img_request *img_req) in rbd_img_capture_header() argument
1601 struct rbd_device *rbd_dev = img_req->rbd_dev; in rbd_img_capture_header()
1605 if (!rbd_img_is_write(img_req)) in rbd_img_capture_header()
1606 img_req->snap_id = rbd_dev->spec->snap_id; in rbd_img_capture_header()
1609 img_request_layered_set(img_req); in rbd_img_capture_header()
2374 struct rbd_img_request *img_req = obj_req->img_request; in count_write_ops() local
2376 switch (img_req->op_type) { in count_write_ops()
[all …]