Home
last modified time | relevance | path

Searched refs:bio_for_each_bvec_all (Results 1 – 3 of 3) sorted by relevance

/linux/block/
H A Dblk-crypto-fallback.c155 bio_for_each_bvec_all(bv, enc_bio, i) in blk_crypto_fallback_encrypt_endio()
H A Dbio.c1302 bio_for_each_bvec_all(bv, bio, i) { in bio_free_folios()
/linux/include/linux/
H A Dbio.h181 #define bio_for_each_bvec_all(bvl, bio, i) \ macro