Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_HAS_PER_VDEV_ZAPS (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_config.c477 fnvlist_add_boolean(config, ZPOOL_CONFIG_HAS_PER_VDEV_ZAPS); in spa_config_generate()
H A Dspa.c4073 ZPOOL_CONFIG_HAS_PER_VDEV_ZAPS));
4078 } else if (!nvlist_exists(mos_config, ZPOOL_CONFIG_HAS_PER_VDEV_ZAPS)) {
7553 VERIFY0(nvlist_add_boolean(config, ZPOOL_CONFIG_HAS_PER_VDEV_ZAPS));
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h725 #define ZPOOL_CONFIG_HAS_PER_VDEV_ZAPS "com.delphix:has_per_vdev_zaps" macro