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

  /src/sys/coda/
coda.h 64 #ifndef CODA_DIRBLKSIZ
65 #define CODA_DIRBLKSIZ 0x1000
coda_vnops.c 1588 buf = kmem_alloc(CODA_DIRBLKSIZ, KM_SLEEP);
1601 CODA_DIRBLKSIZ, uiop->uio_offset,
1603 if (error || resid == CODA_DIRBLKSIZ)
1605 for (dp = buf, ep = dp + CODA_DIRBLKSIZ - resid; dp < ep; ) {
1652 kmem_free(buf, CODA_DIRBLKSIZ);

Completed in 15 milliseconds