Searched refs:un_overlap_root (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h317 avl_tree_t un_overlap_root; member in struct:mm_mirror_ic
414 #define un_overlap_root un_mmic.un_overlap_root macro
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c1351 avl_remove(&un->un_overlap_root, ps);
1392 ps1 = avl_find(&un->un_overlap_root, ps, &where);
1398 avl_insert(&un->un_overlap_root, ps, where);
1945 avl_create(&un->un_overlap_root, mirror_overlap_compare,
2105 avl_destroy(&un->un_overlap_root);

Completed in 73 milliseconds