Home
last modified time | relevance | path

Searched refs:vinvalbuf (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.c2072 vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo) in vinvalbuf() function
4006 if (vinvalbuf(vp, V_SAVE, 0, 0) != 0) { in vgonel()
4007 while (vinvalbuf(vp, 0, 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.h715 int vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
/f-stack/freebsd/vm/
H A Dvnode_pager.c213 vinvalbuf(vp, V_SAVE, 0, 0); in vnode_destroy_vobject()