Searched refs:OBJPR_CLEANONLY (Results 1 – 4 of 4) sorted by relevance
116 return (linux_invalidate_mapping_pages_sub(obj, start, end, OBJPR_CLEANONLY)); in linux_invalidate_mapping_pages()
231 #define OBJPR_CLEANONLY 0x1 /* Don't remove dirty pages. */ macro
1271 flags = OBJPR_CLEANONLY; in vm_object_sync()2088 (options & (OBJPR_CLEANONLY | OBJPR_NOTMAPPED)) == OBJPR_NOTMAPPED, in vm_object_page_remove()2140 if ((options & OBJPR_CLEANONLY) == 0) { in vm_object_page_remove()2149 if ((options & OBJPR_CLEANONLY) != 0 && in vm_object_page_remove()
2375 OBJPR_CLEANONLY : 0); in bufobj_invalbuf()