Home
last modified time | relevance | path

Searched refs:vinvalbuf (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c640 error = vinvalbuf(vp, V_SAVE, PCATCH, 0); in smbfs_vinvalbuf()
650 error = vinvalbuf(vp, V_SAVE, PCATCH, 0); in smbfs_vinvalbuf()
/freebsd/sys/fs/fuse/
H A Dfuse_io.c950 error = vinvalbuf(vp, V_SAVE, PCATCH, 0); in fuse_io_invalbuf()
960 error = vinvalbuf(vp, V_SAVE, PCATCH, 0); in fuse_io_invalbuf()
/freebsd/sys/kern/
H A Dvfs_mountroot.c362 error = vinvalbuf(vp, V_SAVE, 0, 0); in vfs_mountroot_shuffle()
390 error = vinvalbuf(vp, V_SAVE, 0, 0); in vfs_mountroot_shuffle()
H A Dvfs_subr.c2420 vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo) in vinvalbuf() function
4433 if (vinvalbuf(vp, V_SAVE, 0, 0) != 0) { in vgonel()
4434 while (vinvalbuf(vp, 0, 0, 0) != 0) in vgonel()
H A Dvfs_mount.c1146 error = vinvalbuf(vp, V_SAVE, 0, 0); in vfs_domount_first()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c1359 * vinvalbuf() call below. in ncl_vinvalbuf()
1365 error = vinvalbuf(vp, flags, slpflag, 0);
1369 error = vinvalbuf(vp, flags, 0, slptimeo);
/freebsd/sys/ufs/ffs/
H A Dffs_inode.c311 vinvalbuf(vp, V_ALT, 0, 0); in ffs_truncate()
H A Dffs_vfsops.c778 if (vinvalbuf(devvp, 0, 0, 0) != 0) in ffs_reload()
878 if (vinvalbuf(vp, 0, 0, 0)) in ffs_reload()
/freebsd/sys/fs/p9fs/
H A Dp9fs_vnops.c675 error = vinvalbuf(vp, 0, 0, 0); in p9fs_open()
1203 error = vinvalbuf(vp, 0, 0, 0); in p9fs_setattr_dotl()
/freebsd/sys/sys/
H A Dvnode.h746 int vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
/freebsd/sys/vm/
H A Dvnode_pager.c230 vinvalbuf(vp, V_SAVE, 0, 0); in vnode_destroy_vobject()