Searched refs:num_bvecs (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/linux/ceph/ |
D | osd_client.h | 82 u32 num_bvecs; member 424 struct bio_vec *bvecs, u32 num_bvecs, 440 struct bio_vec *bvecs, u32 num_bvecs,
|
/linux-4.19.296/fs/ceph/ |
D | file.c | 126 struct bio_vec **bvecs, int *num_bvecs) in iter_get_bvecs_alloc() argument 155 *num_bvecs = npages; in iter_get_bvecs_alloc() 159 static void put_bvecs(struct bio_vec *bvecs, int num_bvecs, bool should_dirty) in put_bvecs() argument 163 for (i = 0; i < num_bvecs; i++) { in put_bvecs() 789 BUG_ON(!osd_data->num_bvecs); in ceph_aio_complete_req() 829 osd_data->num_bvecs, in ceph_aio_complete_req() 836 put_bvecs(osd_data->bvec_pos.bvecs, osd_data->num_bvecs, in ceph_aio_complete_req()
|