Lines Matching refs:BSIZE
179 (unsigned int)(hashp->BSIZE << BYTE_SHIFT) - 1) >>
216 "BUCKET SIZE ", hashp->BSIZE,
286 hashp->BSIZE = DEF_BUCKET_SIZE;
300 hashp->BSIZE = MIN(statbuf.st_blksize, MAX_BSIZE);
301 hashp->BSHIFT = __log2((uint32_t)hashp->BSIZE);
305 if (info->bsize) {
307 hashp->BSHIFT = __log2(info->bsize);
308 hashp->BSIZE = 1 << hashp->BSHIFT;
309 if (hashp->BSIZE > MAX_BSIZE) {
956 P_32_COPY(srcp->bsize, destp->bsize);
987 M_32_SWAP(hdrp->bsize);