Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Drbd.c1365 static bool rbd_img_is_write(struct rbd_img_request *img_req) in rbd_img_is_write() function
1392 if (osd_req->r_result > 0 && rbd_img_is_write(obj_req->img_request)) in rbd_osd_req_callback()
1605 if (!rbd_img_is_write(img_req)) in rbd_img_capture_header()
1626 if (rbd_img_is_write(img_request)) in rbd_img_request_destroy()
2813 if (!rbd_img_is_write(img_req)) { in rbd_obj_read_from_parent()
3390 if (!rbd_img_is_write(img_req)) in __rbd_obj_handle_request()
3430 return rbd_img_is_write(img_req); in need_exclusive_lock()
3497 rbd_assert(!rbd_img_is_write(img_req)); in rbd_img_object_requests()
3506 if (rbd_img_is_write(img_req)) { in rbd_img_object_requests()
4796 if (rbd_img_is_write(img_req)) { in rbd_queue_rq()