Home
last modified time | relevance | path

Searched refs:V_SAVE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_mountroot.c367 error = vinvalbuf(vp, V_SAVE, 0, 0); in vfs_mountroot_shuffle()
392 error = vinvalbuf(vp, V_SAVE, 0, 0); in vfs_mountroot_shuffle()
H A Dvfs_subr.c1988 if (flags & V_SAVE) { in bufobj_invalbuf()
2048 vm_object_page_remove(bo->bo_object, 0, 0, (flags & V_SAVE) ? in bufobj_invalbuf()
2133 (flags & V_SAVE)) { in flushbuflist()
4006 if (vinvalbuf(vp, V_SAVE, 0, 0) != 0) { in vgonel()
H A Dvfs_mount.c937 error = vinvalbuf(vp, V_SAVE, 0, 0); in vfs_domount_first()
/f-stack/freebsd/sys/
H A Dvnode.h418 #define V_SAVE 0x0001 /* vinvalbuf: sync file first */ macro
/f-stack/freebsd/vm/
H A Dvnode_pager.c213 vinvalbuf(vp, V_SAVE, 0, 0); in vnode_destroy_vobject()