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

/linux-master/drivers/md/
H A Ddm-io.c314 unsigned int num_bvecs; local
346 num_bvecs = 0;
349 num_bvecs = bio_max_segs(dm_sector_div_up(remaining,
353 bio = bio_alloc_bioset(where->bdev, num_bvecs, opf, GFP_NOIO,
/linux-master/include/linux/ceph/
H A Dosd_client.h134 u32 num_bvecs; member in struct:ceph_osd_data::__anon305::__anon308
506 struct bio_vec *bvecs, u32 num_bvecs,
524 struct bio_vec *bvecs, u32 num_bvecs,
/linux-master/fs/ceph/
H A Dfile.c128 struct bio_vec **bvecs, int *num_bvecs)
157 *num_bvecs = npages;
161 static void put_bvecs(struct bio_vec *bvecs, int num_bvecs, bool should_dirty) argument
165 for (i = 0; i < num_bvecs; i++) {
1284 BUG_ON(!osd_data->num_bvecs);
1326 osd_data->num_bvecs, len);
1342 put_bvecs(osd_data->bvec_pos.bvecs, osd_data->num_bvecs,
127 iter_get_bvecs_alloc(struct iov_iter *iter, size_t maxsize, struct bio_vec **bvecs, int *num_bvecs) argument
/linux-master/net/ceph/
H A Dosd_client.c167 u32 num_bvecs)
171 osd_data->num_bvecs = num_bvecs;
249 struct bio_vec *bvecs, u32 num_bvecs,
259 ceph_osd_data_bvecs_init(osd_data, &it, num_bvecs);
329 struct bio_vec *bvecs, u32 num_bvecs,
339 ceph_osd_data_bvecs_init(osd_data, &it, num_bvecs);
165 ceph_osd_data_bvecs_init(struct ceph_osd_data *osd_data, struct ceph_bvec_iter *bvec_pos, u32 num_bvecs) argument
247 osd_req_op_extent_osd_data_bvecs(struct ceph_osd_request *osd_req, unsigned int which, struct bio_vec *bvecs, u32 num_bvecs, u32 bytes) argument
327 osd_req_op_cls_request_data_bvecs(struct ceph_osd_request *osd_req, unsigned int which, struct bio_vec *bvecs, u32 num_bvecs, u32 bytes) argument

Completed in 140 milliseconds