Searched refs:num_bvecs (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/md/ | 
| D | dm-io.c | 314 	unsigned int num_bvecs;  in do_region()  local 346 			num_bvecs = 0;  in do_region() 349 			num_bvecs = bio_max_segs(dm_sector_div_up(remaining,  in do_region() 353 		bio = bio_alloc_bioset(where->bdev, num_bvecs, opf, GFP_NOIO,  in do_region()
  | 
| /Linux-v6.6/include/linux/ceph/ | 
| D | osd_client.h | 133 			u32			num_bvecs;  member 505 				      struct bio_vec *bvecs, u32 num_bvecs, 523 				       struct bio_vec *bvecs, u32 num_bvecs,
  | 
| /Linux-v6.6/fs/ceph/ | 
| D | file.c | 126 				    struct bio_vec **bvecs, int *num_bvecs)  in iter_get_bvecs_alloc()  argument 155 	*num_bvecs = npages;  in iter_get_bvecs_alloc() 159 static void put_bvecs(struct bio_vec *bvecs, int num_bvecs, bool should_dirty)  in put_bvecs()  argument 163 	for (i = 0; i < num_bvecs; i++) {  in put_bvecs() 1247 	BUG_ON(!osd_data->num_bvecs);  in ceph_aio_complete_req() 1288 				      osd_data->num_bvecs, len);  in ceph_aio_complete_req() 1304 	put_bvecs(osd_data->bvec_pos.bvecs, osd_data->num_bvecs,  in ceph_aio_complete_req()
  | 
| /Linux-v6.6/net/ceph/ | 
| D | osd_client.c | 167 				     u32 num_bvecs)  in ceph_osd_data_bvecs_init()  argument 171 	osd_data->num_bvecs = num_bvecs;  in ceph_osd_data_bvecs_init() 249 				      struct bio_vec *bvecs, u32 num_bvecs,  in osd_req_op_extent_osd_data_bvecs()  argument 259 	ceph_osd_data_bvecs_init(osd_data, &it, num_bvecs);  in osd_req_op_extent_osd_data_bvecs() 329 				       struct bio_vec *bvecs, u32 num_bvecs,  in osd_req_op_cls_request_data_bvecs()  argument 339 	ceph_osd_data_bvecs_init(osd_data, &it, num_bvecs);  in osd_req_op_cls_request_data_bvecs()
  |