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

  /src/sys/nfs/
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_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);

Completed in 21 milliseconds