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

  /src/sys/fs/nfs/client/
nfs_clnode.c 252 (void)ncl_flush(vp, MNT_WAIT, NULL, ap->a_td, 1, 0);
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);
nfs_clstate.c 3820 ret = ncl_flush(vp, MNT_WAIT, cred, p, 1,
  /src/sys/fs/nfs/common/
nfs_var.h 596 int ncl_flush(vnode_t, int, struct kauth_cred *, NFSPROC_T *, int, int);

Completed in 18 milliseconds