Home
last modified time | relevance | path

Searched refs:un_matamap (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_debug.c100 deltamap_add(ul->un_matamap, mof, nb, 0, 0, 0, NULL); in top_mataadd()
113 deltamap_del(ul->un_matamap, mof, nb); in top_matadel()
125 map_free_entries(ul->un_matamap); in top_mataclr()
201 ASSERT((ul->un_matamap == NULL) || in top_delta_debug()
202 matamap_within(ul->un_matamap, mof, nb)); in top_delta_debug()
H A Dlufs.c253 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 Dlufs_top.c740 ASSERT((ul->un_matamap == NULL) || in top_log()
741 matamap_within(ul->un_matamap, vamof, nb)); in top_log()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h203 struct mt_map *un_matamap; /* optional - matamap */ member