Home
last modified time | relevance | path

Searched refs:un_deltamap (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c70 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 Dlufs_debug.c113 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 Dlufs.c251 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 Dlufs_map.c283 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 Dufs_lockfs.c410 mt_map_t *mtm = ul->un_deltamap; in ufs_flush()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_log.h201 struct mt_map *un_deltamap; /* deltamap */ member
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h667 mt_map_t *un_deltamap; member
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c353 un->un_deltamap = NULL; in trans_build_incore()