Home
last modified time | relevance | path

Searched refs:bvec_pos (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/ceph/
Dmessenger.h193 struct ceph_bvec_iter bvec_pos; member
382 struct ceph_bvec_iter *bvec_pos);
Dosd_client.h81 struct ceph_bvec_iter bvec_pos; member
428 struct ceph_bvec_iter *bvec_pos);
/linux-4.19.296/fs/ceph/
Dfile.c792 inode, rc, osd_data->bvec_pos.iter.bi_size); in ceph_aio_complete_req()
810 if (rc >= 0 && osd_data->bvec_pos.iter.bi_size > rc) { in ceph_aio_complete_req()
812 int zlen = osd_data->bvec_pos.iter.bi_size - rc; in ceph_aio_complete_req()
828 iov_iter_bvec(&i, ITER_BVEC, osd_data->bvec_pos.bvecs, in ceph_aio_complete_req()
830 osd_data->bvec_pos.iter.bi_size); in ceph_aio_complete_req()
836 put_bvecs(osd_data->bvec_pos.bvecs, osd_data->num_bvecs, in ceph_aio_complete_req()