Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor.c6438 struct vnode *uncompressed_vp = NULL; in vm_uncompressed_put() local
6481 uncompressed_vp = uncompressed_vp0; in vm_uncompressed_put()
6483 uncompressed_vp = uncompressed_vp1; in vm_uncompressed_put()
6486 if ((retval = vnode_getwithref(uncompressed_vp)) != 0) { in vm_uncompressed_put()
6509 …retval = vm_swapfile_io(uncompressed_vp, uncompress_offset, (uint64_t)uncompressor_io_req[i].addr,… in vm_uncompressed_put()
6516 vnode_put(uncompressed_vp); in vm_uncompressed_put()
6529 struct vnode *uncompressed_vp = NULL; in vm_uncompressed_get() local
6538 uncompressed_vp = uncompressed_vp0; in vm_uncompressed_get()
6540 uncompressed_vp = uncompressed_vp1; in vm_uncompressed_get()
6543 if ((retval = vnode_getwithref(uncompressed_vp)) != 0) { in vm_uncompressed_get()
[all …]