nfs_flush 126 nfs/nfs_var.h int nfs_flush(struct vnode *, struct ucred *, int, struct proc *, int); nfs_flush 408 nfs/nfs_vnops.c error = nfs_flush(vp, ap->a_cred, MNT_WAIT, ap->a_p, 0); nfs_flush 2631 nfs/nfs_vnops.c return (nfs_flush(ap->a_vp, ap->a_cred, ap->a_waitfor, ap->a_p, 1));