Lines Matching defs:pool_guid
1504 * Return the spa_t associated with given pool_guid, if it exists. If
1509 spa_by_guid(uint64_t pool_guid, uint64_t device_guid)
1521 if (spa_guid(spa) == pool_guid) {
1544 * Determine whether a pool with the given pool_guid exists.
1547 spa_guid_exists(uint64_t pool_guid, uint64_t device_guid)
1549 return (spa_by_guid(pool_guid, device_guid) != NULL);
2267 uint64_t pool_guid; /* unique id for updates */
2281 seq_printf(f, "%-20s %-14s %-14s %-12s %-16s %s\n", "pool_guid",
2293 (u_longlong_t)sip->pool_guid, (u_longlong_t)sip->spa_load_state,
2353 spa_import_progress_set_state(uint64_t pool_guid,
2366 if (sip->pool_guid == pool_guid) {
2387 uint64_t pool_guid = spa_guid(spa);
2397 if (sip->pool_guid == pool_guid) {
2435 spa_import_progress_set_max_txg(uint64_t pool_guid, uint64_t load_max_txg)
2447 if (sip->pool_guid == pool_guid) {
2459 spa_import_progress_set_mmp_check(uint64_t pool_guid,
2472 if (sip->pool_guid == pool_guid) {
2494 sip->pool_guid = spa_guid(spa);
2511 spa_import_progress_remove(uint64_t pool_guid)
2519 if (sip->pool_guid == pool_guid) {