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

  /src/sys/fs/nfs/client/
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));
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 29 milliseconds