Searched refs:un_deltamap (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | lufs_top.c | 70 deltamap_add(ul->un_deltamap, mof, nb, dtyp, func, arg, tp); in top_delta() 94 deltamap_del(ul->un_deltamap, mof, nb); in top_cancel() 614 (deltamap_need_commit(ul->un_deltamap) || in top_end_async() 713 me = deltamap_remove(ul->un_deltamap, in top_log() 723 me = deltamap_remove(ul->un_deltamap, vamof, nb); in top_log()
|
H A D | lufs_debug.c | 113 ASSERT(!matamap_overlap(ul->un_deltamap, mof, nb)); in top_matadel() 127 map_free_entries(ul->un_deltamap); in top_mataclr() 220 if (!matamap_within(ul->un_deltamap, mof, nb)) in top_delta_debug() 224 if (!matamap_within(ul->un_deltamap, mof, nb)) in top_delta_debug()
|
H A D | lufs.c | 251 if (ul->un_deltamap) in lufs_unsnarf() 252 ul->un_deltamap = map_put(ul->un_deltamap); in lufs_unsnarf() 390 ul->un_deltamap = map_get(ul, deltamaptype, DELTAMAP_NHASH); in lufs_snarf() 1364 me = deltamap_remove(ul->un_deltamap, mof, nb); in lufs_write_strategy()
|
H A D | lufs_map.c | 283 if (tp && (mtm->mtm_ul->un_deltamap == mtm)) { in deltamap_add() 413 mt_map_t *mtm = ul->un_deltamap; in deltamap_push() 1913 ASSERT(ul->un_deltamap->mtm_next == (mapentry_t *)ul->un_deltamap); in logmap_logscan()
|
H A D | ufs_lockfs.c | 410 mt_map_t *mtm = ul->un_deltamap; in ufs_flush()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_log.h | 201 struct mt_map *un_deltamap; /* deltamap */ member
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | md_trans.h | 667 mt_map_t *un_deltamap; member
|
/titanic_41/usr/src/uts/common/io/lvm/trans/ |
H A D | mdtrans.c | 353 un->un_deltamap = NULL; in trans_build_incore()
|