Searched defs:rbd_img_request_fill (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Drbd.c2398 static int rbd_img_request_fill(struct rbd_img_request *img_request, function
2644 * and supplied to rbd_img_request_fill() as the "data descriptor."
2705 result = rbd_img_request_fill(parent_request, OBJ_REQUEST_PAGES, pages);
3027 result = rbd_img_request_fill(img_request, OBJ_REQUEST_BIO,
3030 result = rbd_img_request_fill(img_request, OBJ_REQUEST_PAGES,
3388 result = rbd_img_request_fill(img_request, OBJ_REQUEST_NODATA,
3391 result = rbd_img_request_fill(img_request, OBJ_REQUEST_BIO,

Completed in 38 milliseconds