Searched defs:ufs_slot (Results 1 – 1 of 1) sorted by relevance
446 struct ufs_slot { struct447 struct direct *ep; /* pointer to slot */448 struct fbuf *fbp; /* dir buf where slot is */449 off_t offset; /* offset of area with free space */450 off_t endoff; /* last useful location found in search */451 slotstat_t status; /* status of slot */452 int size; /* size of area at slotoffset */453 int cached; /* cached directory */