nfs_flush
error = nfs_flush(vp, MNT_WAIT, td, 0);
error = nfs_flush(ap->a_vp, ap->a_waitfor, curthread, 1);
error = nfs_flush(vp, MNT_WAIT, td, cm);
int nfs_flush (struct vnode *, int, struct thread *, int);