Home
last modified time | relevance | path

Searched refs:mark_dirty (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dbio.h426 void __bio_release_pages(struct bio *bio, bool mark_dirty);
442 static inline void bio_release_pages(struct bio *bio, bool mark_dirty) in bio_release_pages() argument
445 __bio_release_pages(bio, mark_dirty); in bio_release_pages()
Dquota.h333 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */ member