Searched refs:ZPOOL_PROP_AUTOEXPAND (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zpool_prop.c | 157 zprop_register_index(ZPOOL_PROP_AUTOEXPAND, "autoexpand", 0, in zpool_prop_init()
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | zfs_mod.c | 1127 if (zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) { in zfsdle_vdev_online()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 242 ZPOOL_PROP_AUTOEXPAND, enumerator
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 726 case ZPOOL_PROP_AUTOEXPAND: in spa_prop_validate() 4809 spa_prop_find(spa, ZPOOL_PROP_AUTOEXPAND, &spa->spa_autoexpand); 6666 spa->spa_autoexpand = zpool_prop_default_numeric(ZPOOL_PROP_AUTOEXPAND); 9743 case ZPOOL_PROP_AUTOEXPAND:
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 3274 zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) && in zpool_vdev_online()
|
H A D | libzfs.abi | 3109 <enumerator name='ZPOOL_PROP_AUTOEXPAND' value='13'/>
|