Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Drbd.c1419 static bool rbd_img_is_write(struct rbd_img_request *img_req) in rbd_img_is_write() function
1443 if (!obj_req->result && !rbd_img_is_write(obj_req->img_request)) in rbd_osd_req_callback()
1484 (rbd_img_is_write(img_req) ? img_req->snapc : NULL), in rbd_osd_req_create()
1649 if (!rbd_img_is_write(img_request)) in rbd_img_request_create()
1685 if (rbd_img_is_write(img_request)) in rbd_img_request_destroy()
2265 if (!rbd_img_is_write(img_req)) { in rbd_obj_read_from_parent()