Searched refs:bvec_iter_advance (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ceph/ |
H A D | messenger.h | 183 bvec_iter_advance((it)->bvecs, &(it)->iter, (n)); \
|
/linux/drivers/md/ |
H A D | dm-io.c | 234 bvec_iter_advance((struct bio_vec *)dp->context_ptr, in bio_next_page()
|
H A D | dm-integrity.c | 2106 bvec_iter_advance(bip->bip_vec, &bip->bip_iter, tag_now); in __journal_read_write()
|
/linux/Documentation/block/ |
H A D | biovecs.rst | 40 There is a lower level advance function - bvec_iter_advance() - which takes
|
/linux/include/linux/ |
H A D | bio.h | 103 bvec_iter_advance(bio->bi_io_vec, iter, bytes); in bio_advance_iter()
|
/linux/net/sunrpc/ |
H A D | svcsock.c | 285 bvec_iter_advance(bvec, &bi, seek & PAGE_MASK); in svc_flush_bvec()
|
H A D | xprtsock.c | 449 bvec_iter_advance(bvec, &bi, seek & PAGE_MASK); in xs_flush_bvec()
|
/linux/drivers/nvdimm/ |
H A D | btt.c | 1176 if (!bvec_iter_advance(bip->bip_vec, &bip->bip_iter, cur_len)) in btt_rw_integrity()
|
/linux/net/ceph/ |
H A D | messenger.c | 814 bvec_iter_advance(bvecs, &cursor->bvec_iter, bytes); in ceph_msg_data_bvecs_advance()
|