Home
last modified time | relevance | path

Searched refs:VSWAP (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/vm/
H A Dvm_compressor_backing_file.c146 SET(vp->v_flag, VSWAP); in vm_swapfile_preallocate()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h301 #define VSWAP 0x010000 /* vnode is being used as swapfile */ macro
/xnu-12377.41.6/bsd/kern/
H A Dkern_symfile.c280 SET(ref->vp->v_flag, VSWAP); in kern_open_file_for_direct_io()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c601 if ((flags & SKIPSWAP) && (vp->v_flag & VSWAP)) { in vnode_umount_preflight()
2892 if ((flags & SKIPSWAP) && (vp->v_flag & VSWAP)) { in vflush()
H A Dkpi_vfs.c1944 return (vp->v_flag & VSWAP)? 1 : 0; in vnode_isswap()