Searched refs:map_get (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs.c | 390 ul->un_deltamap = map_get(ul, deltamaptype, DELTAMAP_NHASH); in lufs_snarf() 391 ul->un_logmap = map_get(ul, logmaptype, LOGMAP_NHASH); in lufs_snarf() 393 ul->un_matamap = map_get(ul, matamaptype, DELTAMAP_NHASH); in lufs_snarf()
|
H A D | lufs_map.c | 157 map_get(ml_unit_t *ul, enum maptypes maptype, int nh) in map_get() function
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_log.h | 644 extern mt_map_t *map_get(ml_unit_t *, enum maptypes, int);
|