Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_compressor.c6729 struct vnode *uncompressed_vp = NULL; in vm_uncompressed_put() local
6772 uncompressed_vp = uncompressed_vp0; in vm_uncompressed_put()
6774 uncompressed_vp = uncompressed_vp1; in vm_uncompressed_put()
6777 if ((retval = vnode_getwithref(uncompressed_vp)) != 0) { in vm_uncompressed_put()
6800 …retval = vm_swapfile_io(uncompressed_vp, uncompress_offset, (uint64_t)uncompressor_io_req[i].addr,… in vm_uncompressed_put()
6807 vnode_put(uncompressed_vp); in vm_uncompressed_put()
6820 struct vnode *uncompressed_vp = NULL; in vm_uncompressed_get() local
6829 uncompressed_vp = uncompressed_vp0; in vm_uncompressed_get()
6831 uncompressed_vp = uncompressed_vp1; in vm_uncompressed_get()
6834 if ((retval = vnode_getwithref(uncompressed_vp)) != 0) { in vm_uncompressed_get()
[all …]