HomeSort by: relevance | last modified time | path
    Searched defs:dirtyonly (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/miscfs/genfs/
genfs_io.c 889 const bool dirtyonly = (origflags & (PGO_DEACTIVATE|PGO_FREE)) == 0; local in function:genfs_do_putpages
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 ||
genfs_io.c 889 const bool dirtyonly = (origflags & (PGO_DEACTIVATE|PGO_FREE)) == 0; local in function:genfs_do_putpages
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 50 milliseconds