Home
last modified time | relevance | path

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

/trueos/sys/nfsclient/
HDnfs_vnops.c119 static int nfs_flush(struct vnode *, int, int);
654 error = nfs_flush(vp, MNT_WAIT, cm); in nfs_close()
2964 return (nfs_flush(ap->a_vp, ap->a_waitfor, 1)); in nfs_fsync()
2973 nfs_flush(struct vnode *vp, int waitfor, int commit) in nfs_flush() function