Searched refs:num_bvecs (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/md/ | 
| D | dm-io.c | 304 	unsigned num_bvecs;  in do_region()  local338 			num_bvecs = 0;  in do_region()
 341 			num_bvecs = 1;  in do_region()
 344 			num_bvecs = min_t(int, BIO_MAX_PAGES,  in do_region()
 348 		bio = bio_alloc_bioset(GFP_NOIO, num_bvecs, &io->client->bios);  in do_region()
 
 | 
| /Linux-v5.4/include/linux/ceph/ | 
| D | osd_client.h | 82 			u32			num_bvecs;  member440 				      struct bio_vec *bvecs, u32 num_bvecs,
 456 				       struct bio_vec *bvecs, u32 num_bvecs,
 
 | 
| /Linux-v5.4/fs/ceph/ | 
| D | file.c | 129 				    struct bio_vec **bvecs, int *num_bvecs)  in iter_get_bvecs_alloc()  argument158 	*num_bvecs = npages;  in iter_get_bvecs_alloc()
 162 static void put_bvecs(struct bio_vec *bvecs, int num_bvecs, bool should_dirty)  in put_bvecs()  argument
 166 	for (i = 0; i < num_bvecs; i++) {  in put_bvecs()
 801 	BUG_ON(!osd_data->num_bvecs);  in ceph_aio_complete_req()
 841 				      osd_data->num_bvecs,  in ceph_aio_complete_req()
 848 	put_bvecs(osd_data->bvec_pos.bvecs, osd_data->num_bvecs,  in ceph_aio_complete_req()
 
 | 
| /Linux-v5.4/net/ceph/ | 
| D | osd_client.c | 167 				     u32 num_bvecs)  in ceph_osd_data_bvecs_init()  argument171 	osd_data->num_bvecs = num_bvecs;  in ceph_osd_data_bvecs_init()
 242 				      struct bio_vec *bvecs, u32 num_bvecs,  in osd_req_op_extent_osd_data_bvecs()  argument
 252 	ceph_osd_data_bvecs_init(osd_data, &it, num_bvecs);  in osd_req_op_extent_osd_data_bvecs()
 306 				       struct bio_vec *bvecs, u32 num_bvecs,  in osd_req_op_cls_request_data_bvecs()  argument
 316 	ceph_osd_data_bvecs_init(osd_data, &it, num_bvecs);  in osd_req_op_cls_request_data_bvecs()
 
 |