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

  /src/sys/fs/nfs/client/
nfs.h 117 int ncl_writebp(struct buf *, int, struct lwp *);
nfs_clbio.c 1221 (void) ncl_writebp(bp, 0, NULL);
nfs_clvnops.c 2669 * rpc is done. On the second pass, ncl_writebp() is called to do the
3158 ncl_writebp(struct buf *bp, int force __unused, struct thread *td) function in typeref:typename:int
3332 * Just call ncl_writebp() with the force argument set to 1.
3340 return (ncl_writebp(bp, 1, curthread));

Completed in 83 milliseconds