Searched defs:VISSWAP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h275 #define VISSWAP 0x40 /* vnode is being used for swap */ macro
278 #define IS_SWAPVP(vp) (((vp)->v_flag & (VISSWAP | VSWAPLIKE)) != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h282 #define VISSWAP 0x40 /* vnode is being used for swap */ macro
285 #define IS_SWAPVP(vp) (((vp)->v_flag & (VISSWAP | VSWAPLIKE)) != 0)

Completed in 69 milliseconds