Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h233 struct pcslot { struct
234 enum {SL_NONE, SL_FOUND, SL_EXTEND} sl_status; /* slot status */
235 daddr_t sl_blkno; /* disk block number which has entry */
236 int sl_offset; /* offset of entry within block */
237 struct buf *sl_bp; /* buffer containing entry data */
238 struct pcdir *sl_ep; /* pointer to entry data */
239 int sl_flags; /* flags (see below) */