Lines Matching refs:BSIZE
168 (hashp->BSIZE << BYTE_SHIFT) - 1) >> in __hash_open()
205 "BUCKET SIZE ", hashp->BSIZE, in __hash_open()
275 hashp->BSIZE = DEF_BUCKET_SIZE; in init_hash()
289 hashp->BSIZE = statbuf.st_blksize; in init_hash()
290 if (hashp->BSIZE > MAX_BSIZE) in init_hash()
291 hashp->BSIZE = MAX_BSIZE; in init_hash()
292 hashp->BSHIFT = __log2(hashp->BSIZE); in init_hash()
299 hashp->BSIZE = 1 << hashp->BSHIFT; in init_hash()
300 if (hashp->BSIZE > MAX_BSIZE) { in init_hash()
586 off = hashp->BSIZE; in hash_access()
618 off = hashp->BSIZE; in hash_access()
640 off = hashp->BSIZE; in hash_access()
778 key->size = (ndx > 1 ? bp[ndx - 1] : hashp->BSIZE) - bp[ndx]; in hash_seq()