Searched refs:vm_record_file_write (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_compressor_backing_store.h | 116 extern int vm_record_file_write(struct vnode *vp, uint64_t offset, char *buf, int size);
|
| H A D | vm_compressor_backing_store.c | 498 …c_compressed_record_write_error = vm_record_file_write(c_compressed_record_vp, c_compressed_record… in c_compressed_record_write()
|
| /xnu-8019.80.24/bsd/vm/ |
| H A D | vm_compressor_backing_file.c | 50 int vm_record_file_write(struct vnode *vp, uint64_t offset, char *buf, int size); 177 vm_record_file_write(vnode_t vp, uint64_t offset, char *buf, int size) in vm_record_file_write() function
|