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

/netbsd-current/sys/miscfs/genfs/
H A Dgenfs_io.c889 const bool dirtyonly = (origflags & (PGO_DEACTIVATE|PGO_FREE)) == 0; local
924 if (uobj->uo_npages == 0 || (dirtyonly && nodirty)) {
993 /* We handled the dirtyonly && nodirty case above. */
994 KASSERT(!dirtyonly);
1004 uvm_page_array_init(&a, uobj, dirtyonly ? (UVM_PAGE_ARRAY_FILL_DIRTY |
1010 * if !dirtyonly, iterate over all resident pages in the range.
1012 * if dirtyonly, only possibly dirty pages are interesting.
1027 KASSERT(!dirtyonly ||

Completed in 185 milliseconds