Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_log.h358 typedef struct mt_map { struct
362 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 …]
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h527 typedef struct mt_map { struct
551 struct mt_map *mtm_mapnext; /* singly linked list of all maps */ argument
552 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 argument
602 } mt_map_t; argument