CODA_DIRBLKSIZ
#ifndef CODA_DIRBLKSIZ
buf = kmem_alloc(CODA_DIRBLKSIZ, KM_SLEEP);
CODA_DIRBLKSIZ, uiop->uio_offset,
if (error || resid == CODA_DIRBLKSIZ)
for (dp = buf, ep = dp + CODA_DIRBLKSIZ - resid; dp < ep; ) {
kmem_free(buf, CODA_DIRBLKSIZ);