Searched refs:autoreplace (Results 1 – 2 of 2) sorted by relevance
67 expect_ok ${ZPOOL} create -o autoreplace=on ${name0} ${disk0}72 expect "${exp}" ${ZPOOL} get autoreplace ${name0}
2714 uint64_t autoreplace; in spa_load_impl() local2717 spa_prop_find(spa, ZPOOL_PROP_AUTOREPLACE, &autoreplace); in spa_load_impl()2724 spa->spa_autoreplace = (autoreplace != 0); in spa_load_impl()