/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specvfsops.c | 135 if (IS_SWAPVP(vp)) in spec_sync()
|
H A D | specvnops.c | 1228 else if (n + on == MAXBSIZE || IS_SWAPVP(vp)) { in spec_write()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | vm_pvn.c | 257 if (pvn_write_noklust || ((flags & B_INVAL) && IS_SWAPVP(vp))) { in pvn_write_kluster()
|
H A D | vm_page.c | 4354 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 D | cpr_misc.c | 303 else if (IS_SWAPVP(vp)) in cpr_verify_statefile_path()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_rnode.c | 1309 if (IS_SWAPVP(vp) || vn_is_readonly(vp)) in r4flush() 1354 if (IS_SWAPVP(vp) || vn_is_readonly(vp)) in r4flush()
|
H A D | nfs_subr.c | 3092 if (IS_SWAPVP(vp) || vn_is_readonly(vp)) in rflush() 3137 if (IS_SWAPVP(vp) || vn_is_readonly(vp)) in rflush()
|
H A D | nfs_vnops.c | 772 else if (n + on == MAXBSIZE || IS_SWAPVP(vp)) { in nfs_write() 1567 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp)) in nfs_fsync()
|
H A D | nfs3_vnops.c | 877 IS_SWAPVP(vp)) { in nfs3_write() 1785 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp)) in nfs3_fsync()
|
H A D | nfs4_vnops.c | 2998 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 D | vm_dep.h | 636 if (vp != NULL && IS_SWAPVP(vp) && \
|
/titanic_44/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 1196 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 D | udf_vnops.c | 1493 if (!(IS_SWAPVP(vp))) { in udf_fsync() 3299 if (IS_SWAPVP(vp)) { in ud_wrip() 3307 IS_SWAPVP(vp)) { in ud_wrip()
|
H A D | udf_subr.c | 888 if (cheap || IS_SWAPVP(vp)) { in ud_flushi()
|
H A D | udf_vfsops.c | 656 if (IS_SWAPVP(devvp)) { in ud_mountfs()
|
H A D | udf_inode.c | 1019 } else if (!IS_SWAPVP(vp)) { in ud_iinactive()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 1177 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 D | ufs_subr.c | 445 if (cheap || IS_SWAPVP(ITOV(ip))) { in ufs_sync_inode()
|
H A D | ufs_vfsops.c | 841 if (IS_SWAPVP(devvp)) { in mountfs()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 636 if (IS_SWAPVP(common_specvp(devvp))) { in hs_mountfs()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 278 #define IS_SWAPVP(vp) (((vp)->v_flag & (VISSWAP | VSWAPLIKE)) != 0) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 285 #define IS_SWAPVP(vp) (((vp)->v_flag & (VISSWAP | VSWAPLIKE)) != 0) macro
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 717 if (IS_SWAPVP(devvp)) { in pcfs_mount()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 1290 if ((syncflag & FNODSYNC) || IS_SWAPVP(vp)) in smbfs_fsync()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 2508 (vp->v_type == VREG) && !(IS_SWAPVP(vp))) in zfs_fsync()
|