Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dfilio.h86 #define FIOPINSWAP _IO('f', 120) /* pin swap file to fast device */ macro
/xnu-10002.41.9/bsd/vm/
H A Dvm_compressor_backing_file.c147 error = VNOP_IOCTL(vp, FIOPINSWAP, NULL, 0, ctx); in vm_swapfile_preallocate()
/xnu-10002.41.9/bsd/kern/
H A Dkern_descrip.c5174 case FIOPINSWAP: in sys_fcntl_nocancel()
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_syscalls.c12823 case FIOPINSWAP: in fsctl_internal()