Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/ !
H A Dkern_symfile.c143 } else if (_DKIOCCSUNPINEXTENT == theIoctl) { in kern_ioctl_file_extents()
146 (void) do_ioctl(p1, p2, _DKIOCCSUNPINEXTENT, (caddr_t)&pin); in kern_ioctl_file_extents()
185 } else if (_DKIOCCSUNPINEXTENT == theIoctl) { in kern_ioctl_file_extents()
640 …(void) kern_ioctl_file_extents(ref, _DKIOCCSUNPINEXTENT, 0, (ref->pinned && ref->cf) ? ref->filele… in kern_open_file_for_direct_io()
734 (void) kern_ioctl_file_extents(ref, _DKIOCCSUNPINEXTENT, 0, (will_unpin) ? ref->filelength : 0); in kern_close_file_for_direct_io()
/xnu-12377.61.12/bsd/sys/ !
H A Ddisk_private.h70 #define _DKIOCCSUNPINEXTENT _IOW('d', 200, _dk_cs_pin_t) macro