Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/nfsclient/
Dnfs_vnops.c121 static int nfs_flush(struct vnode *, int, int);
656 error = nfs_flush(vp, MNT_WAIT, cm); in nfs_close()
2966 return (nfs_flush(ap->a_vp, ap->a_waitfor, 1)); in nfs_fsync()
2975 nfs_flush(struct vnode *vp, int waitfor, int commit) in nfs_flush() function