Home
last modified time | relevance | path

Searched refs:VV_NOSYNC (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_subr.c4013 if ((vp->v_vflag & VV_NOSYNC) == 0) in vinactivef()
4511 if (vp->v_vflag & VV_NOSYNC) in vn_printf()
4533 flags = vp->v_vflag & ~(VV_ROOT | VV_ISTTY | VV_NOSYNC | VV_ETERNALDEV | in vn_printf()
5070 if (vp->v_vflag & VV_NOSYNC) in vfs_want_msync()
5080 if (vp->v_vflag & VV_NOSYNC) in vfs_periodic_msync_inactive_filter()
5112 if ((vp->v_vflag & VV_NOSYNC) == 0) { in vfs_periodic_msync_inactive()
5403 return (obj != NULL && (vp->v_vflag & VV_NOSYNC) == 0 && in vn_need_pageq_flush()
/freebsd/sys/fs/nullfs/
H A Dnull_vnops.c852 (lvp->v_vflag & VV_NOSYNC) != 0) { in null_want_recycle()
/freebsd/sys/sys/
H A Dvnode.h259 #define VV_NOSYNC 0x0004 /* unlinked, stop syncing */ macro
/freebsd/sys/vm/
H A Dvm_object.c1208 ((vp = object->handle)->v_vflag & VV_NOSYNC) == 0) { in vm_object_sync()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c1054 vp->v_vflag |= VV_NOSYNC; in ufs_remove()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1314 vp->v_vflag |= VV_NOSYNC; in zfs_remove_()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c13539 ((vp->v_vflag & VV_NOSYNC) != 0 || VTOI(vp)->i_effnlink == 0)); in softdep_request_cleanup_filter()
13784 if (lvp->v_vflag & VV_NOSYNC) { /* unlinked */ in softdep_request_cleanup_flush()