Home
last modified time | relevance | path

Searched refs:maptypes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h344 enum maptypes { enum
365 enum maptypes mtm_type; /* map type */
644 extern mt_map_t *map_get(ml_unit_t *, enum maptypes, int);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c157 map_get(ml_unit_t *ul, enum maptypes maptype, int nh) in map_get()