Searched refs:ZPOOL_PROP_AUTOEXPAND (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/common/zfs/ |
H A D | zpool_prop.c | 117 zprop_register_index(ZPOOL_PROP_AUTOEXPAND, "autoexpand", 0, in zpool_prop_init()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 190 ZPOOL_PROP_AUTOEXPAND, enumerator
|
/titanic_41/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 573 if (zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) { in zfsdle_vdev_online()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 462 case ZPOOL_PROP_AUTOEXPAND: in spa_prop_validate() 2618 spa_prop_find(spa, ZPOOL_PROP_AUTOEXPAND, &spa->spa_autoexpand); in spa_load_impl() 3679 spa->spa_autoexpand = zpool_prop_default_numeric(ZPOOL_PROP_AUTOEXPAND); in spa_create() 6146 case ZPOOL_PROP_AUTOEXPAND: in spa_sync_props()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2357 zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) { in zpool_vdev_online()
|