Lines Matching refs:mmp_label
2599 nvlist_t *mmp_label = NULL; in spa_activity_check() local
2623 vdev_uberblock_load(rvd, ub, &mmp_label); in spa_activity_check()
2640 vdev_uberblock_load(rvd, ub, &mmp_label); in spa_activity_check()
2655 if (mmp_label) { in spa_activity_check()
2656 nvlist_free(mmp_label); in spa_activity_check()
2657 mmp_label = NULL; in spa_activity_check()
2687 if (mmp_label) { in spa_activity_check()
2688 if (nvlist_exists(mmp_label, ZPOOL_CONFIG_HOSTNAME)) { in spa_activity_check()
2689 hostname = fnvlist_lookup_string(mmp_label, in spa_activity_check()
2695 if (nvlist_exists(mmp_label, ZPOOL_CONFIG_HOSTID)) { in spa_activity_check()
2696 hostid = fnvlist_lookup_uint64(mmp_label, in spa_activity_check()
2711 if (mmp_label) in spa_activity_check()
2712 nvlist_free(mmp_label); in spa_activity_check()