Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_compressor.c6101 struct vnode *uncompressed_vp = NULL; in vm_uncompressed_put() local
6144 uncompressed_vp = uncompressed_vp0; in vm_uncompressed_put()
6146 uncompressed_vp = uncompressed_vp1; in vm_uncompressed_put()
6149 if ((retval = vnode_getwithref(uncompressed_vp)) != 0) { in vm_uncompressed_put()
6172 …retval = vm_swapfile_io(uncompressed_vp, uncompress_offset, (uint64_t)uncompressor_io_req[i].addr,… in vm_uncompressed_put()
6179 vnode_put(uncompressed_vp); in vm_uncompressed_put()
6192 struct vnode *uncompressed_vp = NULL; in vm_uncompressed_get() local
6201 uncompressed_vp = uncompressed_vp0; in vm_uncompressed_get()
6203 uncompressed_vp = uncompressed_vp1; in vm_uncompressed_get()
6206 if ((retval = vnode_getwithref(uncompressed_vp)) != 0) { in vm_uncompressed_get()
[all …]