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