Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor.c6359 struct vnode *uncompressed_vp = NULL; in vm_uncompressed_put() local
6402 uncompressed_vp = uncompressed_vp0; in vm_uncompressed_put()
6404 uncompressed_vp = uncompressed_vp1; in vm_uncompressed_put()
6407 if ((retval = vnode_getwithref(uncompressed_vp)) != 0) { in vm_uncompressed_put()
6430 …retval = vm_swapfile_io(uncompressed_vp, uncompress_offset, (uint64_t)uncompressor_io_req[i].addr,… in vm_uncompressed_put()
6437 vnode_put(uncompressed_vp); in vm_uncompressed_put()
6450 struct vnode *uncompressed_vp = NULL; in vm_uncompressed_get() local
6459 uncompressed_vp = uncompressed_vp0; in vm_uncompressed_get()
6461 uncompressed_vp = uncompressed_vp1; in vm_uncompressed_get()
6464 if ((retval = vnode_getwithref(uncompressed_vp)) != 0) { in vm_uncompressed_get()
[all …]