Searched defs:ISect (Results 1 – 1 of 1) sorted by relevance
20 typedef struct ISect ISect; typedef479 struct ISect struct481 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 */[all …]