Searched refs:for_each_bvec (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | bvec.h | 113 #define for_each_bvec(bvl, bio_vec, iter, start)			\  macro
  | 
| D | bio.h | 743 	for_each_bvec(bvl, (bip)->bip_vec, iter, (bip)->bip_iter)
  | 
| /Linux-v5.4/include/linux/ceph/ | 
| D | messenger.h | 158 		for_each_bvec(bv, (it)->bvecs, __cur_iter, __cur_iter)	      \
  | 
| /Linux-v5.4/ | 
| D | .clang-format | 138   - 'for_each_bvec'
  | 
| /Linux-v5.4/lib/ | 
| D | iov_iter.c | 70 	for_each_bvec(__v, i->bvec, __bi, __start) {	\
  | 
| /Linux-v5.4/net/sunrpc/ | 
| D | xprtsock.c | 391 	for_each_bvec(bv, bvec, bi, bi)  in xs_flush_bvec()
  |