Lines Matching refs:BSIZE
174 (hashp->BSIZE << BYTE_SHIFT) - 1) >> in __hash_open()
211 "BUCKET SIZE ", hashp->BSIZE, in __hash_open()
281 hashp->BSIZE = DEF_BUCKET_SIZE; in init_hash()
295 hashp->BSIZE = statbuf.st_blksize; in init_hash()
296 if (hashp->BSIZE > MAX_BSIZE) in init_hash()
297 hashp->BSIZE = MAX_BSIZE; in init_hash()
298 hashp->BSHIFT = __log2(hashp->BSIZE); in init_hash()
305 hashp->BSIZE = 1 << hashp->BSHIFT; in init_hash()
306 if (hashp->BSIZE > MAX_BSIZE) { in init_hash()
588 off = hashp->BSIZE; in hash_access()
620 off = hashp->BSIZE; in hash_access()
642 off = hashp->BSIZE; in hash_access()
778 key->size = (ndx > 1 ? bp[ndx - 1] : hashp->BSIZE) - bp[ndx]; in hash_seq()