OBJ_ONEMAPPING
if ((object->flags & (OBJ_ANON | OBJ_ONEMAPPING)) ==
(OBJ_ANON | OBJ_ONEMAPPING)) {
if ((object->flags & OBJ_ONEMAPPING) != 0) {
if ((fs->first_object->flags & OBJ_ONEMAPPING) == 0)
(object->flags & OBJ_ONEMAPPING) == 0)
vm_object_clear_flag(object, OBJ_ONEMAPPING);
((object->flags & OBJ_ONEMAPPING) != 0 ||
if ((src_object->flags & OBJ_ONEMAPPING) != 0) {
vm_object_clear_flag(src_object, OBJ_ONEMAPPING);
vm_object_clear_flag(object, OBJ_ONEMAPPING);
return ((object->flags & (OBJ_ONEMAPPING | OBJ_ANON)) ==
(OBJ_ONEMAPPING | OBJ_ANON));
vm_object_clear_flag(result, OBJ_ONEMAPPING);
KASSERT((orig_object->flags & OBJ_ONEMAPPING) != 0,
(prev_object->flags & OBJ_ONEMAPPING) == 0) {
OBJ_ANON | OBJ_ONEMAPPING | OBJ_SWAP, object, handle);
OBJ_ONEMAPPING);
vm_object_clear_flag(backing_object, OBJ_ONEMAPPING);