Searched refs:un_matamap (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | lufs_debug.c | 101 deltamap_add(ul->un_matamap, mof, nb, 0, 0, 0, NULL); in top_mataadd() 114 deltamap_del(ul->un_matamap, mof, nb); in top_matadel() 126 map_free_entries(ul->un_matamap); in top_mataclr() 202 ASSERT((ul->un_matamap == NULL) || in top_delta_debug() 203 matamap_within(ul->un_matamap, mof, nb)); in top_delta_debug()
|
H A D | lufs.c | 253 if (ul->un_matamap) in lufs_unsnarf() 254 ul->un_matamap = map_put(ul->un_matamap); in lufs_unsnarf() 393 ul->un_matamap = map_get(ul, matamaptype, DELTAMAP_NHASH); in lufs_snarf() 1370 (ul->un_matamap == NULL)|| in lufs_write_strategy() 1371 matamap_within(ul->un_matamap, mof, nb)); in lufs_write_strategy() 1400 ASSERT((ul->un_matamap == NULL) || in lufs_write_strategy() 1401 !(matamap_overlap(ul->un_matamap, mof, nb) && in lufs_write_strategy()
|
H A D | lufs_top.c | 732 ASSERT((ul->un_matamap == NULL) || in top_log() 733 matamap_within(ul->un_matamap, vamof, nb)); in top_log()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_log.h | 203 struct mt_map *un_matamap; /* optional - matamap */ member
|