Searched refs:VPO_NOSYNC (Results 1 – 4 of 4) sorted by relevance
219 m->oflags |= VPO_NOSYNC; in vm_fault_dirty()222 m->oflags &= ~VPO_NOSYNC; in vm_fault_dirty()
181 #define VPO_NOSYNC 0x10 /* do not collect for syncer */ macro
2430 m_new->oflags = m->oflags & VPO_NOSYNC; in vm_page_reclaim_run()3582 m->oflags &= ~VPO_NOSYNC; in vm_page_set_validclean()
810 if ((flags & OBJPC_NOSYNC) != 0 && (p->oflags & VPO_NOSYNC) != 0) { in vm_object_page_remove_write()