Home
last modified time | relevance | path

Searched refs:autoreplace (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/tools/regression/zfs/zpool/create/
Doption-o.t67 expect_ok ${ZPOOL} create -o autoreplace=on ${name0} ${disk0}
72 expect "${exp}" ${ZPOOL} get autoreplace ${name0}
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa.c2714 uint64_t autoreplace; in spa_load_impl() local
2717 spa_prop_find(spa, ZPOOL_PROP_AUTOREPLACE, &autoreplace); in spa_load_impl()
2724 spa->spa_autoreplace = (autoreplace != 0); in spa_load_impl()