Searched refs:BIO_WORKINGSET (Results 1 – 3 of 3) sorted by relevance
277 BIO_WORKINGSET, /* contains userspace workingset pages */ enumerator
919 if (!bio_flagged(bio, BIO_WORKINGSET) && unlikely(PageWorkingset(page))) in __bio_add_page()920 bio_set_flag(bio, BIO_WORKINGSET); in __bio_add_page()
1107 bio_flagged(bio, BIO_WORKINGSET))) { in submit_bio()