Searched refs:bio_check_pages_dirty (Results 1 - 6 of 6) sorted by relevance

/linux-master/block/
H A Dfops.c156 bio_check_pages_dirty(bio);
296 bio_check_pages_dirty(bio);
H A Dbio.c1446 * bio_set_pages_dirty() and bio_check_pages_dirty() are support functions
1481 * bio_check_pages_dirty() will check that all the BIO's pages are still dirty.
1486 * It is expected that bio_check_pages_dirty() will wholly own the BIO from
1517 void bio_check_pages_dirty(struct bio *bio) function
1537 EXPORT_SYMBOL_GPL(bio_check_pages_dirty); variable
/linux-master/include/linux/
H A Dbio.h494 extern void bio_check_pages_dirty(struct bio *bio);
/linux-master/fs/iomap/
H A Ddirect-io.c227 bio_check_pages_dirty(bio);
/linux-master/fs/
H A Ddirect-io.c422 * back will be redirtied by bio_check_pages_dirty().
514 bio_check_pages_dirty(bio); /* transfers ownership */
/linux-master/fs/bcachefs/
H A Dfs-io-direct.c31 bio_check_pages_dirty(bio);

Completed in 275 milliseconds