HomeSort by: relevance | last modified time | path
    Searched defs:ncl_flush (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clvnops.c 651 * enough". Changing the last argument to ncl_flush() to
718 error = ncl_flush(vp, MNT_WAIT, cred, ap->a_td, cm, 0);
723 error = ncl_flush(vp, MNT_WAIT, cred, ap->a_td,
2610 * fsync vnode op. Just call ncl_flush() with commit == 1.
2620 * so there is nothing to flush. Also, ncl_flush() clears
2626 return (ncl_flush(ap->a_vp, ap->a_waitfor, NULL, ap->a_td, 1, 0));
2638 ncl_flush(struct vnode *vp, int waitfor, struct ucred *cred, struct thread *td, function in typeref:typename:int
3016 (void) ncl_flush(vp, MNT_WAIT, cred, td, 1, 0);

Completed in 14 milliseconds