Searched refs:spa_prop_find (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 1971 spa_prop_find(spa_t *spa, zpool_prop_t prop, uint64_t *val) in spa_prop_find() function 2628 spa_prop_find(spa, ZPOOL_PROP_BOOTFS, &spa->spa_bootfs); in spa_load_impl() 2629 spa_prop_find(spa, ZPOOL_PROP_AUTOREPLACE, &autoreplace); in spa_load_impl() 2630 spa_prop_find(spa, ZPOOL_PROP_DELEGATION, &spa->spa_delegation); in spa_load_impl() 2631 spa_prop_find(spa, ZPOOL_PROP_FAILUREMODE, &spa->spa_failmode); in spa_load_impl() 2632 spa_prop_find(spa, ZPOOL_PROP_AUTOEXPAND, &spa->spa_autoexpand); in spa_load_impl() 2633 spa_prop_find(spa, ZPOOL_PROP_DEDUPDITTO, in spa_load_impl()
|