Searched refs:spa_trust_config (Results 1 – 7 of 7) sorted by relevance
396 spa->spa_trust_config ? "trusted" : "untrusted", buf); in spa_load_failed()411 spa->spa_trust_config ? "trusted" : "untrusted", buf); in spa_load_note()676 spa->spa_trust_config = B_TRUE; in spa_add()2466 return (!!(spa->spa_mode & SPA_MODE_WRITE) && spa->spa_trust_config); in spa_writeable()2637 spa_trust_config(spa_t *spa) in spa_trust_config() function2639 return (spa->spa_trust_config); in spa_trust_config()2873 EXPORT_SYMBOL(spa_trust_config);
634 ASSERT(!spa_trust_config(zio->io_spa)); in vdev_mirror_io_start()
3350 if (spa->spa_trust_config) {3370 if (spa->spa_trust_config && (spa->spa_mode & SPA_MODE_WRITE)) {3742 spa->spa_trust_config = B_TRUE;4433 spa->spa_trust_config = B_FALSE;
2124 if (spa->spa_trust_config && guid != spa_guid(spa)) { in vdev_validate()2175 if (spa->spa_trust_config && !spa->spa_extreme_rewind) { in vdev_validate()
1013 if (!spa->spa_trust_config) in zfs_blkptr_verify()3711 ASSERT(spa->spa_trust_config); in zio_vdev_io_start()
219 boolean_t spa_trust_config; /* do we trust vdev tree? */ member
1113 extern boolean_t spa_trust_config(spa_t *spa);