Searched refs:pin (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.101.15/bsd/kern/ |
| H A D | kern_symfile.c | 122 _dk_cs_pin_t pin; in kern_ioctl_file_extents() local 126 bzero(&pin, sizeof(pin)); in kern_ioctl_file_extents() 140 pin.cp_extent.length = end; in kern_ioctl_file_extents() 141 pin.cp_flags = _DKIOCCSHIBERNATEIMGSIZE; in kern_ioctl_file_extents() 142 (void) do_ioctl(p1, p2, _DKIOCCSPINEXTENT, (caddr_t)&pin); in kern_ioctl_file_extents() 145 pin.cp_flags = _DKIOCCSPINDISCARDDENYLIST; in kern_ioctl_file_extents() 146 (void) do_ioctl(p1, p2, _DKIOCCSUNPINEXTENT, (caddr_t)&pin); in kern_ioctl_file_extents() 178 pin.cp_extent.offset = fileblk; in kern_ioctl_file_extents() 179 pin.cp_extent.length = filechunk; in kern_ioctl_file_extents() 180 pin.cp_flags = _DKIOCCSPINFORHIBERNATION; in kern_ioctl_file_extents() [all …]
|
| /xnu-11417.101.15/bsd/vm/ |
| H A D | vm_compressor_backing_file.c | 108 vm_swapfile_preallocate(vnode_t vp, uint64_t *size, boolean_t *pin) in vm_swapfile_preallocate() argument 134 if (pin != NULL && *pin != FALSE) { in vm_swapfile_preallocate() 140 *pin = FALSE; in vm_swapfile_preallocate()
|
| /xnu-11417.101.15/osfmk/vm/ |
| H A D | vm_compressor_backing_store_internal.h | 120 extern int vm_swapfile_preallocate(struct vnode *vp, uint64_t *size, boolean_t *pin);
|
| H A D | vm_compressor.c | 6243 extern int vm_swapfile_preallocate(struct vnode *vp, uint64_t *size, boolean_t *pin);
|