Searched refs:for_each_bvec (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/include/linux/ |
D | bvec.h | 181 #define for_each_bvec(bvl, bio_vec, iter, start) \ macro
|
D | bio.h | 715 for_each_bvec(bvl, (bip)->bip_vec, iter, (bip)->bip_iter)
|
/Linux-v6.6/include/linux/ceph/ |
D | messenger.h | 202 for_each_bvec(bv, (it)->bvecs, __cur_iter, __cur_iter) \
|
/Linux-v6.6/ |
D | .clang-format | 201 - 'for_each_bvec'
|
/Linux-v6.6/net/sunrpc/ |
D | svcsock.c | 286 for_each_bvec(bv, bvec, bi, bi) in svc_flush_bvec()
|
D | xprtsock.c | 450 for_each_bvec(bv, bvec, bi, bi) in xs_flush_bvec()
|