Searched refs:vm_record_file_write (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | vm_compressor_backing_store.h | 123 extern int vm_record_file_write(struct vnode *vp, uint64_t offset, char *buf, int size);
|
| H A D | vm_compressor_backing_store.c | 539 …c_compressed_record_write_error = vm_record_file_write(c_compressed_record_vp, c_compressed_record… in c_compressed_record_write()
|
| /xnu-10063.141.1/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); 178 vm_record_file_write(vnode_t vp, uint64_t offset, char *buf, int size) in vm_record_file_write() function
|