Home
last modified time | relevance | path

Searched refs:VISSWAP (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddump.c142 if (dumpvp && !(dumpvp->v_flag & VISSWAP)) in dump_ioctl()
188 else if (dumpvp->v_flag & VISSWAP) in dump_ioctl()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h577 ((RTOV(rp)->v_flag & VISSWAP) == VISSWAP || \
H A Dnfs4_clnt.h122 ((RTOV4(rp)->v_flag & VISSWAP) == VISSWAP || \
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c1126 wasswap = cvp->v_flag & VISSWAP; in swapadd()
1127 cvp->v_flag |= VISSWAP; in swapadd()
1136 cvp->v_flag &= ~VISSWAP; in swapadd()
1370 cvp->v_flag &= ~VISSWAP; in swapadd()
1579 cvp->v_flag &= ~VISSWAP; in swapdel()
H A Dvm_page.c3430 if ((vp->v_flag & VISSWAP) != 0) in page_do_hashin()
4593 if ((new->p_vnode->v_flag & VISSWAP) != 0) in page_do_relocate_hash()
H A Dvm_anon.c248 anon_vp->v_flag |= (VISSWAP|VISSWAPFS); in anon_init()
/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/uts/common/fs/
H A Dfsflush.c268 (vp->v_flag & VISSWAP) != 0) { in fsflush_do_pages()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c702 (*vpp)->v_flag |= VISSWAP; in tmp_vget()
H A Dtmp_vnops.c88 if ((*vpp)->v_flag & VISSWAP) in tmp_open()
/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/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h278 #define VISSWAP 0x40 /* vnode is being used for swap */ macro
281 #define IS_SWAPVP(vp) (((vp)->v_flag & (VISSWAP | VSWAPLIKE)) != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h339 #define VISSWAP 0x40 /* vnode is being used for swap */ macro
342 #define IS_SWAPVP(vp) (((vp)->v_flag & (VISSWAP | VSWAPLIKE)) != 0)
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1510 (cvp->v_flag & VISSWAP) == 0) in spec_fsync()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c4439 !(vp->v_flag & VISSWAP)) { in ufs_getpage()
4747 !(vp->v_flag & VISSWAP)) { in ufs_getpage()
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c2703 if (dumpvp->v_flag & VISSWAP) in dumpsys()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c686 (*vpp)->v_flag |= VISSWAP; in udf_lookup()