Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbio.h438 void zero_fill_bio_iter(struct bio *bio, struct bvec_iter iter);
442 zero_fill_bio_iter(bio, bio->bi_iter); in zero_fill_bio()
/linux-6.12.1/block/
Dbio.c620 void zero_fill_bio_iter(struct bio *bio, struct bvec_iter start) in zero_fill_bio_iter() function
628 EXPORT_SYMBOL(zero_fill_bio_iter);
/linux-6.12.1/fs/bcachefs/
Dio_read.c861 zero_fill_bio_iter(&orig->bio, iter); in __bch2_read_extent()
1142 zero_fill_bio_iter(&orig->bio, iter); in __bch2_read_extent()