Searched refs:rbd_obj_calc_img_extents (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 1401 * Must be called after rbd_obj_calc_img_extents(). 2198 static int rbd_obj_calc_img_extents(struct rbd_obj_request *obj_req, in rbd_obj_calc_img_extents() function 2318 ret = rbd_obj_calc_img_extents(obj_req, true); in rbd_obj_init_write() 2378 ret = rbd_obj_calc_img_extents(obj_req, true); in rbd_obj_init_discard() 2423 ret = rbd_obj_calc_img_extents(obj_req, true); in rbd_obj_init_zeroout() 2938 ret = rbd_obj_calc_img_extents(obj_req, false); in rbd_obj_advance_read()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | rbd.c | 1338 * Must be called after rbd_obj_calc_img_extents(). 2135 static int rbd_obj_calc_img_extents(struct rbd_obj_request *obj_req, in rbd_obj_calc_img_extents() function 2255 ret = rbd_obj_calc_img_extents(obj_req, true); in rbd_obj_init_write() 2315 ret = rbd_obj_calc_img_extents(obj_req, true); in rbd_obj_init_discard() 2360 ret = rbd_obj_calc_img_extents(obj_req, true); in rbd_obj_init_zeroout() 2875 ret = rbd_obj_calc_img_extents(obj_req, false); in rbd_obj_advance_read()
|
Completed in 25 milliseconds