Searched refs:spa_trust_config (Results 1 – 7 of 7) sorted by relevance
417 spa->spa_trust_config ? "trusted" : "untrusted", buf); in spa_load_failed()431 spa->spa_trust_config ? "trusted" : "untrusted", buf); in spa_load_note()737 spa->spa_trust_config = B_TRUE; in spa_add()2675 return (!!(spa->spa_mode & SPA_MODE_WRITE) && spa->spa_trust_config); in spa_writeable()2874 spa_trust_config(spa_t *spa) in spa_trust_config() function2876 return (spa->spa_trust_config); in spa_trust_config()3108 EXPORT_SYMBOL(spa_trust_config);
616 ASSERT(!spa_trust_config(zio->io_spa)); in vdev_mirror_io_start()
4021 if (spa->spa_trust_config) {4041 if (spa->spa_trust_config && (spa->spa_mode & SPA_MODE_WRITE)) {4437 spa->spa_trust_config = B_TRUE;5153 spa->spa_trust_config = B_FALSE;
1242 if (unlikely(!spa->spa_trust_config)) in zfs_blkptr_verify()4400 ASSERT(spa->spa_trust_config); in zio_vdev_io_start()
2419 if (spa->spa_trust_config && guid != spa_guid(spa)) { in vdev_validate()2470 if (spa->spa_trust_config && !spa->spa_extreme_rewind) { in vdev_validate()
235 boolean_t spa_trust_config; /* do we trust vdev tree? */ member
1135 extern boolean_t spa_trust_config(spa_t *spa);