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.c4097 if ((vp->v_vflag & VV_NOSYNC) == 0) in vinactivef()
4595 if (vp->v_vflag & VV_NOSYNC) in vn_printf()
4617 flags = vp->v_vflag & ~(VV_ROOT | VV_ISTTY | VV_NOSYNC | VV_ETERNALDEV | in vn_printf()
5154 if (vp->v_vflag & VV_NOSYNC) in vfs_want_msync()
5164 if (vp->v_vflag & VV_NOSYNC) in vfs_periodic_msync_inactive_filter()
5196 if ((vp->v_vflag & VV_NOSYNC) == 0) { in vfs_periodic_msync_inactive()
5487 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.h260 #define VV_NOSYNC 0x0004 /* unlinked, stop syncing */ macro
/freebsd/sys/vm/
H A Dvm_object.c1212 ((vp = object->handle)->v_vflag & VV_NOSYNC) == 0) { in vm_object_sync()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c1056 vp->v_vflag |= VV_NOSYNC; in ufs_remove()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1207 vp->v_vflag |= VV_NOSYNC; in zfs_remove_()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c13550 ((vp->v_vflag & VV_NOSYNC) != 0 || VTOI(vp)->i_effnlink == 0)); in softdep_request_cleanup_filter()
13795 if (lvp->v_vflag & VV_NOSYNC) { /* unlinked */ in softdep_request_cleanup_flush()