Searched refs:spa_prop_find (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c2033 spa_prop_find(spa_t *spa, zpool_prop_t prop, uint64_t *val) function
2690 spa_prop_find(spa, ZPOOL_PROP_BOOTFS, &spa->spa_bootfs);
2691 spa_prop_find(spa, ZPOOL_PROP_AUTOREPLACE, &autoreplace);
2692 spa_prop_find(spa, ZPOOL_PROP_DELEGATION, &spa->spa_delegation);
2693 spa_prop_find(spa, ZPOOL_PROP_FAILUREMODE, &spa->spa_failmode);
2694 spa_prop_find(spa, ZPOOL_PROP_AUTOEXPAND, &spa->spa_autoexpand);
2695 spa_prop_find(spa, ZPOOL_PROP_DEDUPDITTO,

Completed in 289 milliseconds