Home
last modified time | relevance | path

Searched refs:for_each_bvec (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbvec.h130 #define for_each_bvec(bvl, bio_vec, iter, start) \ macro
H A Dbio.h729 for_each_bvec(bvl, (bip)->bip_vec, iter, (bip)->bip_iter)
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dmessenger.h158 for_each_bvec(bv, (it)->bvecs, __cur_iter, __cur_iter) \
/OK3568_Linux_fs/kernel/
H A D.clang-format144 - 'for_each_bvec'
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvcsock.c236 for_each_bvec(bv, bvec, bi, bi) in svc_flush_bvec()
H A Dxprtsock.c392 for_each_bvec(bv, bvec, bi, bi) in xs_flush_bvec()
/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c74 for_each_bvec(__v, i->bvec, __bi, __start) { \