Home
last modified time | relevance | path

Searched refs:IS_SWAPVP (Results 1 – 25 of 25) sorted by relevance

/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecvfsops.c135 if (IS_SWAPVP(vp)) in spec_sync()
H A Dspecvnops.c1228 else if (n + on == MAXBSIZE || IS_SWAPVP(vp)) { in spec_write()
/titanic_44/usr/src/uts/common/vm/
H A Dvm_pvn.c257 if (pvn_write_noklust || ((flags & B_INVAL) && IS_SWAPVP(vp))) { in pvn_write_kluster()
H A Dvm_page.c4354 hat_ismod(pp) && !IS_SWAPVP(vp) && vp->v_vfsp != NULL && in page_busy()
4363 if (PP_ISFREE(pp) || vp == NULL || IS_SWAPVP(vp) || in page_busy()
5108 if (!hat_page_is_mapped(pp) && !IS_SWAPVP(pp->p_vnode) && in page_release()
/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_misc.c303 else if (IS_SWAPVP(vp)) in cpr_verify_statefile_path()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c1309 if (IS_SWAPVP(vp) || vn_is_readonly(vp)) in r4flush()
1354 if (IS_SWAPVP(vp) || vn_is_readonly(vp)) in r4flush()
H A Dnfs_subr.c3092 if (IS_SWAPVP(vp) || vn_is_readonly(vp)) in rflush()
3137 if (IS_SWAPVP(vp) || vn_is_readonly(vp)) in rflush()
H A Dnfs_vnops.c772 else if (n + on == MAXBSIZE || IS_SWAPVP(vp)) { in nfs_write()
1567 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp)) in nfs_fsync()
H A Dnfs3_vnops.c877 IS_SWAPVP(vp)) { in nfs3_write()
1785 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp)) in nfs3_fsync()
H A Dnfs4_vnops.c2998 IS_SWAPVP(vp)) { in nfs4_write()
4671 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp)) in nfs4_fsync()
/titanic_44/usr/src/uts/sun4/vm/
H A Dvm_dep.h636 if (vp != NULL && IS_SWAPVP(vp) && \
/titanic_44/usr/src/uts/common/os/
H A Ddumpsubr.c1196 IS_SWAPVP(common_specvp(cvp))) in dumpinit()
1200 !IS_SWAPVP(cvp)) in dumpinit()
1255 if (IS_SWAPVP(common_specvp(cvp))) in dumpinit()
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1493 if (!(IS_SWAPVP(vp))) { in udf_fsync()
3299 if (IS_SWAPVP(vp)) { in ud_wrip()
3307 IS_SWAPVP(vp)) { in ud_wrip()
H A Dudf_subr.c888 if (cheap || IS_SWAPVP(vp)) { in ud_flushi()
H A Dudf_vfsops.c656 if (IS_SWAPVP(devvp)) { in ud_mountfs()
H A Dudf_inode.c1019 } else if (!IS_SWAPVP(vp)) { in ud_iinactive()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c1177 if (IS_SWAPVP(vp)) { in wrip()
1184 } else if (n + on == MAXBSIZE || IS_SWAPVP(vp)) { in wrip()
2636 (vp->v_type != VCHR) && !(IS_SWAPVP(vp))) { in ufs_fsync()
2687 if (!(IS_SWAPVP(vp))) in ufs_fsync()
H A Dufs_subr.c445 if (cheap || IS_SWAPVP(ITOV(ip))) { in ufs_sync_inode()
H A Dufs_vfsops.c841 if (IS_SWAPVP(devvp)) { in mountfs()
/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c636 if (IS_SWAPVP(common_specvp(devvp))) { in hs_mountfs()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h278 #define IS_SWAPVP(vp) (((vp)->v_flag & (VISSWAP | VSWAPLIKE)) != 0) macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h285 #define IS_SWAPVP(vp) (((vp)->v_flag & (VISSWAP | VSWAPLIKE)) != 0) macro
/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c717 if (IS_SWAPVP(devvp)) { in pcfs_mount()
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c1290 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp)) in smbfs_fsync()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c2508 (vp->v_type == VREG) && !(IS_SWAPVP(vp))) in zfs_fsync()