Searched defs:pcslot (Results 1 – 1 of 1) sorted by relevance
235 struct pcslot { struct236 enum {SL_NONE, SL_FOUND, SL_EXTEND} sl_status; /* slot status */237 daddr_t sl_blkno; /* disk block number which has entry */238 int sl_offset; /* offset of entry within block */239 struct buf *sl_bp; /* buffer containing entry data */240 struct pcdir *sl_ep; /* pointer to entry data */241 int sl_flags; /* flags (see below) */