Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c228 vp->v_flag |= (VISSWAP|VISSWAPFS); in swapfs_getvp()
/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/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h341 #define VISSWAPFS 0x20000 /* vnode is being used for swapfs */ macro
348 #define IS_SWAPFSVP(vp) (((vp)->v_flag & VISSWAPFS) != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h398 #define VISSWAPFS 0x20000 /* vnode is being used for swapfs */ macro
405 #define IS_SWAPFSVP(vp) (((vp)->v_flag & VISSWAPFS) != 0)
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c248 anon_vp->v_flag |= (VISSWAP|VISSWAPFS); in anon_init()