Searched refs:VSWAP (Results 1 – 5 of 5) sorted by relevance
146 SET(vp->v_flag, VSWAP); in vm_swapfile_preallocate()
301 #define VSWAP 0x010000 /* vnode is being used as swapfile */ macro
280 SET(ref->vp->v_flag, VSWAP); in kern_open_file_for_direct_io()
601 if ((flags & SKIPSWAP) && (vp->v_flag & VSWAP)) { in vnode_umount_preflight()2892 if ((flags & SKIPSWAP) && (vp->v_flag & VSWAP)) { in vflush()
1944 return (vp->v_flag & VSWAP)? 1 : 0; in vnode_isswap()