Searched refs:vinvalbuf (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_mountroot.c | 367 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 D | vfs_subr.c | 2072 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 D | vfs_mount.c | 937 error = vinvalbuf(vp, V_SAVE, 0, 0); in vfs_domount_first()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 715 int vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
|
| /f-stack/freebsd/vm/ |
| H A D | vnode_pager.c | 213 vinvalbuf(vp, V_SAVE, 0, 0); in vnode_destroy_vobject()
|