Home
last modified time | relevance | path

Searched refs:rt_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drange_tree.h126 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_get_start_raw()
127 switch (rt->rt_type) { in rs_get_start_raw()
143 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_get_end_raw()
144 switch (rt->rt_type) { in rs_get_end_raw()
160 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_get_fill_raw()
161 switch (rt->rt_type) { in rs_get_fill_raw()
200 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_set_start_raw()
201 switch (rt->rt_type) { in rs_set_start_raw()
220 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_set_end_raw()
221 switch (rt->rt_type) { in rs_set_end_raw()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drange_tree.c80 ASSERT3U(rt->rt_type, <=, RANGE_SEG_NUM_TYPES); in rs_copy()
82 switch (rt->rt_type) { in rs_copy()
221 rt->rt_type = type; in range_tree_create_impl()
424 if (rt->rt_type == RANGE_SEG64) in range_tree_remove_impl()
575 if (rt->rt_type == RANGE_SEG64) in range_tree_find()
609 if (rt->rt_type == RANGE_SEG64) in range_tree_find_in()
646 if (rt->rt_type == RANGE_SEG64) in range_tree_clear()
736 switch (rt->rt_type) { in rt_btree_create()
747 panic("Invalid range seg type %d", rt->rt_type); in rt_btree_create()
H A Dmetaslab.c1367 switch (rt->rt_type) { in metaslab_rt_create()
1377 panic("Invalid range seg type %d", rt->rt_type); in metaslab_rt_create()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1504 range_seg_type_t rt_type; member
4462 if (rt->rt_type == RANGE_SEG64) { in range_tree_cb()
4471 ASSERT3U(rt->rt_type, ==, RANGE_SEG32); in range_tree_cb()
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c393 uint32_t rt_type; /* matches array index */ member