Home
last modified time | relevance | path

Searched refs:bvec_iter_advance (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/include/linux/
Dbvec.h101 static inline bool bvec_iter_advance(const struct bio_vec *bv, in bvec_iter_advance() function
Dbio.h149 bvec_iter_advance(bio->bi_io_vec, iter, bytes); in bio_advance_iter()
/Linux-v5.15/drivers/nvdimm/
Dblk.c101 if (!bvec_iter_advance(bip->bip_vec, &bip->bip_iter, cur_len)) in nd_blk_rw_integrity()
Dbtt.c1183 if (!bvec_iter_advance(bip->bip_vec, &bip->bip_iter, cur_len)) in btt_rw_integrity()
/Linux-v5.15/block/
Dbio-integrity.c377 bvec_iter_advance(bip->bip_vec, &bip->bip_iter, bytes); in bio_integrity_advance()
/Linux-v5.15/include/linux/ceph/
Dmessenger.h157 bvec_iter_advance((it)->bvecs, &(it)->iter, (n)); \
/Linux-v5.15/drivers/md/
Ddm-io.c226 bvec_iter_advance((struct bio_vec *)dp->context_ptr, in bio_next_page()
Ddm-integrity.c2014 bvec_iter_advance(bip->bip_vec, &bip->bip_iter, tag_now); in __journal_read_write()
/Linux-v5.15/Documentation/block/
Dbiovecs.rst40 There is a lower level advance function - bvec_iter_advance() - which takes
/Linux-v5.15/net/sunrpc/
Dsvcsock.c235 bvec_iter_advance(bvec, &bi, seek & PAGE_MASK); in svc_flush_bvec()
Dxprtsock.c396 bvec_iter_advance(bvec, &bi, seek & PAGE_MASK); in xs_flush_bvec()
/Linux-v5.15/net/ceph/
Dmessenger.c812 bvec_iter_advance(bvecs, &cursor->bvec_iter, bytes); in ceph_msg_data_bvecs_advance()
/Linux-v5.15/lib/
Diov_iter.c990 bvec_iter_advance(i->bvec, &bi, size); in iov_iter_bvec_advance()