Searched refs:num_bvecs (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/md/ |
H A 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/include/linux/ceph/ |
H A D | osd_client.h | 134 u32 num_bvecs; member 501 struct bio_vec *bvecs, u32 num_bvecs, 516 struct bio_vec *bvecs, u32 num_bvecs,
|
/linux/fs/ceph/ |
H A D | file.c | 128 struct bio_vec **bvecs, int *num_bvecs) in iter_get_bvecs_alloc() argument 157 *num_bvecs = npages; in iter_get_bvecs_alloc() 161 static void put_bvecs(struct bio_vec *bvecs, int num_bvecs, bool should_dirty) in put_bvecs() argument 165 for (i = 0; i < num_bvecs; i++) { in put_bvecs() 1344 BUG_ON(!osd_data->num_bvecs); in ceph_aio_complete_req() 1386 osd_data->num_bvecs, len); in ceph_aio_complete_req() 1402 put_bvecs(osd_data->bvec_pos.bvecs, osd_data->num_bvecs, in ceph_aio_complete_req()
|