Searched refs:bv (Results 1 – 4 of 4) sorted by relevance
/net/ceph/ |
D | messenger_v2.c | 143 struct bio_vec bv; in do_try_sendpage() local 151 bv.bv_page = it->bvec->bv_page; in do_try_sendpage() 152 bv.bv_offset = it->bvec->bv_offset + it->iov_offset; in do_try_sendpage() 153 bv.bv_len = min(iov_iter_count(it), in do_try_sendpage() 165 if (sendpage_ok(bv.bv_page)) { in do_try_sendpage() 166 ret = sock->ops->sendpage(sock, bv.bv_page, in do_try_sendpage() 167 bv.bv_offset, bv.bv_len, in do_try_sendpage() 170 iov_iter_bvec(&msg.msg_iter, WRITE, &bv, 1, bv.bv_len); in do_try_sendpage() 230 static void set_in_bvec(struct ceph_connection *con, const struct bio_vec *bv) in set_in_bvec() argument 234 con->v2.in_bvec = *bv; in set_in_bvec() [all …]
|
D | messenger.c | 734 struct bio_vec bv = bio_iter_iovec(cursor->bio_iter.bio, in ceph_msg_data_bio_next() local 737 *page_offset = bv.bv_offset; in ceph_msg_data_bio_next() 738 *length = bv.bv_len; in ceph_msg_data_bio_next() 739 return bv.bv_page; in ceph_msg_data_bio_next() 795 struct bio_vec bv = bvec_iter_bvec(cursor->data->bvec_pos.bvecs, in ceph_msg_data_bvecs_next() local 798 *page_offset = bv.bv_offset; in ceph_msg_data_bvecs_next() 799 *length = bv.bv_len; in ceph_msg_data_bvecs_next() 800 return bv.bv_page; in ceph_msg_data_bvecs_next()
|
/net/sunrpc/ |
D | svcsock.c | 224 struct bio_vec bv; in svc_flush_bvec() local 227 for_each_bvec(bv, bvec, bi, bi) in svc_flush_bvec() 228 flush_dcache_page(bv.bv_page); in svc_flush_bvec()
|
D | xprtsock.c | 394 struct bio_vec bv; in xs_flush_bvec() local 397 for_each_bvec(bv, bvec, bi, bi) in xs_flush_bvec() 398 flush_dcache_page(bv.bv_page); in xs_flush_bvec()
|