Home | History | Annotate | Download | only in restore

Lines Matching defs:entrytblsize

70  * the variable "entrytblsize" indicates its size (in entries).
74 static long entrytblsize;
90 for (ep = entry[inum % entrytblsize]; ep != NULL; ep = ep->e_next)
106 epp = &entry[inum % entrytblsize];
128 prev = &entry[inum % entrytblsize];
438 int32_t entrytblsize;
509 for (l = 0; l < entrytblsize; l++) {
518 hdr.entrytblsize = entrytblsize;
549 entrytblsize = maxino / HASHFACTOR;
551 calloc((unsigned)entrytblsize, sizeof(struct entry *));
606 entrytblsize = hdr.entrytblsize;
608 (base + tblsize - (entrytblsize * sizeof(struct entry *)));
611 for (i = 0; i < entrytblsize; i++) {