Searched refs:rbd_img_request_fill (Results 1 – 1 of 1) sorted by relevance
/drivers/block/ |
D | rbd.c | 2410 static int rbd_img_request_fill(struct rbd_img_request *img_request, in rbd_img_request_fill() function 2716 result = rbd_img_request_fill(parent_request, OBJ_REQUEST_PAGES, pages); in rbd_img_obj_parent_read_full() 3038 result = rbd_img_request_fill(img_request, OBJ_REQUEST_BIO, in rbd_img_parent_read() 3041 result = rbd_img_request_fill(img_request, OBJ_REQUEST_PAGES, in rbd_img_parent_read() 3400 result = rbd_img_request_fill(img_request, OBJ_REQUEST_NODATA, in rbd_handle_request() 3403 result = rbd_img_request_fill(img_request, OBJ_REQUEST_BIO, in rbd_handle_request()
|