Home
last modified time | relevance | path

Searched refs:bv (Results 1 – 5 of 5) sorted by relevance

/net/ceph/
A Dmessenger_v2.c146 struct bio_vec bv; in do_try_sendpage() local
173 iov_iter_bvec(&msg.msg_iter, ITER_SOURCE, &bv, 1, bv.bv_len); in do_try_sendpage()
897 struct bio_vec bv; in calc_sg_cnt_cursor() local
949 struct bio_vec bv; in init_sgs_cursor() local
956 sg_set_page(*sg, bv.bv_page, bv.bv_len, bv.bv_offset); in init_sgs_cursor()
1116 memcpy_page(bv.bv_page, bv.bv_offset, in process_v2_sparse_read()
1862 struct bio_vec bv; in prepare_read_data() local
1879 bv.bv_offset = 0; in prepare_read_data()
1888 struct bio_vec bv; in prepare_read_data_cont() local
1896 memcpy_to_page(bv.bv_page, bv.bv_offset, in prepare_read_data_cont()
[all …]
A Dmessenger.c742 struct bio_vec bv = bio_iter_iovec(cursor->bio_iter.bio, in ceph_msg_data_bio_next() local
745 *page_offset = bv.bv_offset; in ceph_msg_data_bio_next()
746 *length = bv.bv_len; in ceph_msg_data_bio_next()
747 return bv.bv_page; in ceph_msg_data_bio_next()
797 struct bio_vec bv = bvec_iter_bvec(cursor->data->bvec_pos.bvecs, in ceph_msg_data_bvecs_next() local
800 *page_offset = bv.bv_offset; in ceph_msg_data_bvecs_next()
801 *length = bv.bv_len; in ceph_msg_data_bvecs_next()
802 return bv.bv_page; in ceph_msg_data_bvecs_next()
/net/rxrpc/
A Drxperf.c514 struct bio_vec bv; in rxperf_process_call() local
524 bvec_set_page(&bv, ZERO_PAGE(0), len, 0); in rxperf_process_call()
525 iov_iter_bvec(&msg.msg_iter, WRITE, &bv, 1, len); in rxperf_process_call()
/net/sunrpc/
A Dsvcsock.c310 struct bio_vec bv; in svc_flush_bvec() local
313 for_each_bvec(bv, bvec, bi, bi) in svc_flush_bvec()
314 flush_dcache_page(bv.bv_page); in svc_flush_bvec()
A Dxprtsock.c467 struct bio_vec bv; in xs_flush_bvec() local
470 for_each_bvec(bv, bvec, bi, bi) in xs_flush_bvec()
471 flush_dcache_page(bv.bv_page); in xs_flush_bvec()

Completed in 29 milliseconds