Home
last modified time | relevance | path

Searched defs:ISect (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/venti/srv/
H A Ddat.h20 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 */
[all …]