Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_zones.c53 uuid_t parent_uuid; member
122 &azr_data.parent_uuid)) != BE_SUCCESS) { in be_find_active_zone_root()
130 &azr_data.parent_uuid)) != BE_SUCCESS) { in be_find_active_zone_root()
452 uuid_t parent_uuid = {0}; in be_zone_compare_uuids() local
457 &parent_uuid)) != BE_SUCCESS) { in be_zone_compare_uuids()
481 if (uuid_compare(parent_uuid, cur_parent_uuid) != 0) { in be_zone_compare_uuids()
513 uuid_t parent_uuid = { 0 }; in be_find_active_zone_root_callback() local
517 if ((iret = be_zone_get_parent_uuid(zfs_get_name(zhp), &parent_uuid)) in be_find_active_zone_root_callback()
525 if (uuid_compare(azr_data->parent_uuid, parent_uuid) == 0) { in be_find_active_zone_root_callback()
H A Dbe_create.c1842 uuid_t parent_uuid = { 0 }; in be_destroy_zone_roots_callback() local
1845 if (be_zone_get_parent_uuid(zfs_get_name(zhp), &parent_uuid) in be_destroy_zone_roots_callback()
1854 if (uuid_compare(dd->gz_be_uuid, parent_uuid) == 0) { in be_destroy_zone_roots_callback()