Searched refs:nfs_flush (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_vnops.c119 static int nfs_flush(struct vnode *, int, int);
610 * enough". Changing the last argument to nfs_flush() to
654 error = nfs_flush(vp, MNT_WAIT, cm);
2958 * fsync vnode op. Just call nfs_flush() with commit == 1.
2965 return (nfs_flush(ap->a_vp, ap->a_waitfor, 1));
2974 nfs_flush(struct vnode *vp, int waitfor, int commit) function

Completed in 154 milliseconds