Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_shmemfs.c116 return (linux_invalidate_mapping_pages_sub(obj, start, end, OBJPR_CLEANONLY)); in linux_invalidate_mapping_pages()
/freebsd-14-stable/sys/vm/
HDvm_object.h231 #define OBJPR_CLEANONLY 0x1 /* Don't remove dirty pages. */ macro
HDvm_object.c1271 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()
/freebsd-14-stable/sys/kern/
HDvfs_subr.c2375 OBJPR_CLEANONLY : 0); in bufobj_invalbuf()