Searched refs:spa_prop_find (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 2352 spa_prop_find(spa_t *spa, zpool_prop_t prop, uint64_t *val) in spa_prop_find() function 4103 spa_prop_find(spa, ZPOOL_PROP_BOOTFS, &spa->spa_bootfs); 4104 spa_prop_find(spa, ZPOOL_PROP_AUTOREPLACE, &autoreplace); 4105 spa_prop_find(spa, ZPOOL_PROP_DELEGATION, &spa->spa_delegation); 4106 spa_prop_find(spa, ZPOOL_PROP_FAILUREMODE, &spa->spa_failmode); 4107 spa_prop_find(spa, ZPOOL_PROP_AUTOEXPAND, &spa->spa_autoexpand); 4108 spa_prop_find(spa, ZPOOL_PROP_MULTIHOST, &spa->spa_multihost); 4109 spa_prop_find(spa, ZPOOL_PROP_AUTOTRIM, &spa->spa_autotrim);
|