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

  /src/sys/nfs/
nfs_var.h 76 int nfs_doio(struct buf *);
nfs_bio.c 185 error = nfs_doio(bp);
230 error = nfs_doio(bp);
855 * nfs_doio for read.
927 printf("nfs_doio: type %x unexpected\n", vp->v_type);
935 * nfs_doio for write.
1159 * nfs_doio for B_PHYS.
1195 nfs_doio(struct buf *bp) function in typeref:typename:int
1201 UVMHIST_FUNC("nfs_doio"); UVMHIST_CALLED(ubchist);
nfs_iod.c 158 (void)nfs_doio(bp);
nfs_vnops.c 1062 * Called by nfs_doio() from below the buffer cache.
2365 * Called from below the buffer cache by nfs_doio().
3070 * calling nfs_asyncio(), otherwise just all nfs_doio() to do the
3089 error = nfs_doio(bp);

Completed in 15 milliseconds