Searched defs:mt_map (Results 1 – 2 of 2) sorted by relevance
358 typedef struct mt_map { struct362 mapentry_t *mtm_next;363 mapentry_t *mtm_prev;365 enum maptypes mtm_type; /* map type */366 int mtm_flags; /* generic flags */367 int mtm_ref; /* PTE like ref bit */368 ulong_t mtm_debug; /* set at create time */369 ulong_t mtm_age; /* mono-inc; tags mapentries */370 mapentry_t *mtm_cancel; /* to be canceled at commit */371 ulong_t mtm_nhash; /* # of hash anchors */[all …]
527 typedef struct mt_map { struct551 struct mt_map *mtm_mapnext; /* singly linked list of all maps */ argument552 uint_t mtm_refcnt; /* reference count to this map */553 enum maptypes mtm_type; /* type of map */558 off_t mtm_tail_lof;559 size_t mtm_tail_nb;564 off_t mtm_trimlof; /* log was trimmed to this lof */588 * mutex that protects all the fields in mt_map except argument602 } mt_map_t; argument