Searched defs:ml_unit (Results 1 – 1 of 1) sorted by relevance
193 typedef struct ml_unit { struct194 struct ml_unit *un_next; /* next incore log */ argument195 int un_flags; /* Incore state */196 buf_t *un_bp; /* contains memory for un_ondisk */197 struct ufsvfs *un_ufsvfs; /* backpointer to ufsvfs */198 dev_t un_dev; /* for convenience */199 ic_extent_block_t *un_ebp; /* block of extents */200 size_t un_nbeb; /* # bytes used by *un_ebp */201 struct mt_map *un_deltamap; /* deltamap */202 struct mt_map *un_logmap; /* logmap includes moby trans stuff */[all …]