Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c3643 if ((obj = vp->v_object) != NULL && (vp->v_vflag & VV_NOSYNC) == 0 && in vinactivef()
4135 if (vp->v_vflag & VV_NOSYNC) in vn_printf()
4159 flags = vp->v_vflag & ~(VV_ROOT | VV_ISTTY | VV_NOSYNC | VV_ETERNALDEV | in vn_printf()
4793 if (vp->v_vflag & VV_NOSYNC) in vfs_want_msync()
4803 if (vp->v_vflag & VV_NOSYNC) in vfs_periodic_msync_inactive_filter()
4841 if (obj != NULL && (vp->v_vflag & VV_NOSYNC) == 0) { in vfs_periodic_msync_inactive()
5132 if ((obj = vp->v_object) != NULL && (vp->v_vflag & VV_NOSYNC) == 0 && in vn_need_pageq_flush()
/f-stack/freebsd/sys/
H A Dvnode.h260 #define VV_NOSYNC 0x0004 /* unlinked, stop syncing */ macro
/f-stack/freebsd/vm/
H A Dvm_object.c1205 ((vp = object->handle)->v_vflag & VV_NOSYNC) == 0) { in vm_object_sync()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1280 vp->v_vflag |= VV_NOSYNC; in zfs_remove_()