Home
last modified time | relevance | path

Searched refs:mtm_ref (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c72 ul->un_logmap->mtm_ref = 1; /* for roll thread's heuristic */ in top_delta()
101 ul->un_logmap->mtm_ref = 1; in top_cancel()
256 mtm->mtm_ref = 1; in top_begin_sync()
362 mtm->mtm_ref = 1; in top_begin_async()
460 mtm->mtm_ref = 1; in top_end_sync()
596 mtm->mtm_ref = 1; in top_end_async()
700 ul->un_logmap->mtm_ref = 1; in top_log()
H A Dlufs_thread.c87 logmap->mtm_ref = 0; in trans_roll_wait()
541 if (!logmap->mtm_ref && !ldl_empty(ul)) { in trans_roll()
H A Dlufs_map.c689 mtm->mtm_ref = 1; in logmap_list_get()
1103 mtm->mtm_ref = 1; in logmap_add()
1232 mtm->mtm_ref = 1; in logmap_add_buf()
1647 mtm->mtm_ref = 1; in logmap_cancel_delta()
1928 logmap->mtm_ref = 0; in logmap_logscan()
H A Dlufs.c1359 ul->un_logmap->mtm_ref = 1; in lufs_write_strategy()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_log.h367 int mtm_ref; /* PTE like ref bit */ member