Home
last modified time | relevance | path

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

/linux/fs/
H A Dbuffer.c144 bool bio_endio_bh(struct bio *bio, struct buffer_head **bhp) in bio_endio_bh() function
156 EXPORT_SYMBOL(bio_endio_bh);
188 bool uptodate = bio_endio_bh(bio, &bh); in bh_end_read()
203 bool success = bio_endio_bh(bio, &bh); in bh_end_write()
365 bool uptodate = bio_endio_bh(bio, &bh); in bh_end_async_read()
401 bool success = bio_endio_bh(bio, &bh); in bh_end_async_write()
/linux/fs/ext4/
H A Dialloc.c72 bool uptodate = bio_endio_bh(bio, &bh); in ext4_end_bitmap_read()
/linux/drivers/md/
H A Dmd-bitmap.c508 bool uptodate = bio_endio_bh(bio, &bh); in end_bitmap_write()