Home
last modified time | relevance | path

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

/illumos-gate/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;
366 int mtm_flags; /* generic flags */
367 int mtm_ref; /* PTE like ref bit */
374 long mtm_nme; /* # of mapentries */
381 off_t mtm_tail_lof;
382 size_t mtm_tail_nb;
411 * mutex that protects all the fields in mt_map except argument
414 kmutex_t mtm_mutex;
[all …]