Home
last modified time | relevance | path

Searched refs:ZPOOL_PROP_AUTOTRIM (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzpool_prop.c138 zprop_register_index(ZPOOL_PROP_AUTOTRIM, "autotrim", in zpool_prop_init()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h247 ZPOOL_PROP_AUTOTRIM, enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c564 case ZPOOL_PROP_AUTOTRIM: in spa_prop_validate()
3613 spa_prop_find(spa, ZPOOL_PROP_AUTOTRIM, &spa->spa_autotrim);
5333 spa->spa_autotrim = zpool_prop_default_numeric(ZPOOL_PROP_AUTOTRIM);
8207 case ZPOOL_PROP_AUTOTRIM:
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5336 (void) ztest_spa_prop_set_uint64(ZPOOL_PROP_AUTOTRIM, ztest_random(2)); in ztest_spa_prop_get_set()