Home
last modified time | relevance | path

Searched refs:bio_set_pages_dirty (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dfops.c248 bio_set_pages_dirty(bio); in __blkdev_direct_IO()
362 bio_set_pages_dirty(bio); in __blkdev_direct_IO_async()
H A Dbio.c1626 * bio_set_pages_dirty() and bio_check_pages_dirty() are support functions
1641 * Simply disabling the call to bio_set_pages_dirty() is a good way to test the
1646 * bio_set_pages_dirty() will mark all the bio's pages as dirty. in bio_set_pages_dirty() function
1648 void bio_set_pages_dirty(struct bio *bio) in bio_set_pages_dirty()
1658 EXPORT_SYMBOL_GPL(bio_set_pages_dirty);
/linux/include/linux/
H A Dbio.h475 extern void bio_set_pages_dirty(struct bio *bio);
/linux/fs/iomap/
H A Ddirect-io.c386 bio_set_pages_dirty(bio); in iomap_dio_bio_iter_one()