Searched refs:maxrecsize (Results 1 – 2 of 2) sorted by relevance
115 static size_t maxrecsize = 0; variable498 if (size <= maxrecsize) in checkbuf()507 maxrecsize = size; in checkbuf()
2762 size_t maxrecsize = MDDB_BSIZE; in checkcopy() local2767 dep->de_recsize > maxrecsize) in checkcopy()2768 maxrecsize = dep->de_recsize; in checkcopy()2770 s->s_databuffer = (caddr_t)kmem_zalloc(maxrecsize, KM_SLEEP); in checkcopy()2771 s->s_databuffer_size = maxrecsize; in checkcopy()5525 size_t maxrecsize; in load_old_replicas() local5863 maxrecsize = MAX(MDDB_BSIZE, s->s_databuffer_size); in load_old_replicas()5871 maxrecsize = MAX(dep->de_recsize, maxrecsize); in load_old_replicas()5874 if (maxrecsize > s->s_databuffer_size) { in load_old_replicas()5875 p = (caddr_t)kmem_zalloc(maxrecsize, KM_SLEEP); in load_old_replicas()[all …]