Lines Matching defs:ISect
20 typedef struct ISect ISect; typedef
479 struct ISect struct
481 Part *part;
482 int blocklog; /* log2(blocksize) */
483 int buckmax; /* max. entries in a index bucket */
484 u32int tabbase; /* base address of index config table on disk */
485 u32int tabsize; /* max. bytes in index config */
486 Channel *writechan;
487 Channel *writedonechan;
488 void *ig; /* used by buildindex only */
489 int ng;
494 u32int version;
495 u32int bucketmagic;
496 char name[ANameSize]; /* text label */
497 char index[ANameSize]; /* index owning the section */
498 u32int blocksize; /* size of hash buckets in index */
499 u32int blockbase; /* address of start of on disk index table */
500 u32int blocks; /* total blocks on disk; some may be unused */
501 u32int start; /* first bucket in this section */
502 u32int stop; /* limit of buckets in this section */