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

/linux-master/drivers/block/
H A Drbd.c1372 static bool rbd_img_is_write(struct rbd_img_request *img_req) function
1399 if (osd_req->r_result > 0 && rbd_img_is_write(obj_req->img_request))
1612 if (!rbd_img_is_write(img_req))
1633 if (rbd_img_is_write(img_request))
2815 if (!rbd_img_is_write(img_req)) {
3392 if (!rbd_img_is_write(img_req))
3432 return rbd_img_is_write(img_req);
3502 if (rbd_img_is_write(img_req)) {
4801 if (rbd_img_is_write(img_req)) {

Completed in 115 milliseconds