Home
last modified time | relevance | path

Searched refs:num_bvecs (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/md/
Ddm-io.c304 unsigned num_bvecs; in do_region() local
336 num_bvecs = 0; in do_region()
339 num_bvecs = bio_max_segs(dm_sector_div_up(remaining, in do_region()
343 bio = bio_alloc_bioset(where->bdev, num_bvecs, opf, GFP_NOIO, in do_region()
/linux-6.1.9/include/linux/ceph/
Dosd_client.h83 u32 num_bvecs; member
448 struct bio_vec *bvecs, u32 num_bvecs,
464 struct bio_vec *bvecs, u32 num_bvecs,
/linux-6.1.9/fs/ceph/
Dfile.c130 struct bio_vec **bvecs, int *num_bvecs) in iter_get_bvecs_alloc() argument
159 *num_bvecs = npages; in iter_get_bvecs_alloc()
163 static void put_bvecs(struct bio_vec *bvecs, int num_bvecs, bool should_dirty) in put_bvecs() argument
167 for (i = 0; i < num_bvecs; i++) { in put_bvecs()
1126 BUG_ON(!osd_data->num_bvecs); in ceph_aio_complete_req()
1165 osd_data->num_bvecs, len); in ceph_aio_complete_req()
1181 put_bvecs(osd_data->bvec_pos.bvecs, osd_data->num_bvecs, in ceph_aio_complete_req()
/linux-6.1.9/net/ceph/
Dosd_client.c167 u32 num_bvecs) in ceph_osd_data_bvecs_init() argument
171 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()