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

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h334 #define VISSWAPFS 0x20000 /* vnode is being used for swapfs */ macro
341 #define IS_SWAPFSVP(vp) (((vp)->v_flag & VISSWAPFS) != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h339 #define VISSWAPFS 0x20000 /* vnode is being used for swapfs */ macro
346 #define IS_SWAPFSVP(vp) (((vp)->v_flag & VISSWAPFS) != 0)

Completed in 53 milliseconds