Searched refs:num_bvecs (Results 1 – 3 of 3) sorted by relevance
| /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() 1338 BUG_ON(!osd_data->num_bvecs); in ceph_aio_complete_req() 1380 osd_data->num_bvecs, len); in ceph_aio_complete_req() 1396 put_bvecs(osd_data->bvec_pos.bvecs, osd_data->num_bvecs, in ceph_aio_complete_req()
|
| /linux/net/ceph/ |
| H A 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() 239 struct bio_vec *bvecs, u32 num_bvecs, in osd_req_op_extent_osd_data_bvecs() argument 249 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()
|