Home
last modified time | relevance | path

Searched refs:blockbase (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/venti/srv/
H A Dindex.c429 is->blockbase = (tabbase + tabsize + blocksize - 1) & ~(blocksize - 1); in newisect()
430 is->blocks = is->part->size / blocksize - is->blockbase / blocksize; in newisect()
461 if(is->tabbase >= is->blockbase){ in initisect1()
466 is->tabsize = is->blockbase - is->tabbase; in initisect1()
468 if(is->blockbase + (u64int)is->blocks * is->blocksize != v){ in initisect1()
824 if((b = getdblock(is->part, is->blockbase + ((u64int)buck << is->blocklog), mode)) == nil) in loadibucket0()
H A Dprintindex.c49 off = is->blockbase+(u64int)is->blocksize*i; in dumpisect()
H A Dbuildindex.c304 assert(is->blockbase <= offset); in offset2bucket()
305 offset -= is->blockbase; in offset2bucket()
318 return is->blockbase + (u64int)b*is->blocksize; in bucket2offset()
832 offset = is->blockbase; in isectproc()
846 offset = is->blockbase + nbucket*blocksize; in isectproc()
H A Dcheckindex.c41 eb = getdblock(is->part, is->blockbase + ((u64int)buck << is->blocklog), OREAD); in checkbucket()
H A Dconv.c549 is->blockbase = U32GET(p); in unpackisect()
587 U32PUT(p, is->blockbase); in packisect()
H A Dicachewrite.c54 addr = is->blockbase + ((bucket - is->start) << is->blocklog); in ie2diskaddr()
H A Ddat.h499 u32int blockbase; /* address of start of on disk index table */ member