Home
last modified time | relevance | path

Searched refs:OBJPR_CLEANONLY (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_object.h232 #define OBJPR_CLEANONLY 0x1 /* Don't remove dirty pages. */ macro
H A Dvm_object.c1248 flags = OBJPR_CLEANONLY; in vm_object_sync()
2081 (options & (OBJPR_CLEANONLY | OBJPR_NOTMAPPED)) == OBJPR_NOTMAPPED, in vm_object_page_remove()
2113 if ((options & OBJPR_CLEANONLY) == 0) { in vm_object_page_remove()
2122 if ((options & OBJPR_CLEANONLY) != 0 && in vm_object_page_remove()
/f-stack/freebsd/kern/
H A Dvfs_subr.c2049 OBJPR_CLEANONLY : 0); in bufobj_invalbuf()