Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c497 fnvlist_add_boolean(config, ZPOOL_CONFIG_HAS_PER_VDEV_ZAPS); in spa_config_generate()
H A Dspa.c4699 ZPOOL_CONFIG_HAS_PER_VDEV_ZAPS));
4705 } else if (!nvlist_exists(mos_config, ZPOOL_CONFIG_HAS_PER_VDEV_ZAPS)) {
8422 VERIFY0(nvlist_add_boolean(config, ZPOOL_CONFIG_HAS_PER_VDEV_ZAPS));
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h836 #define ZPOOL_CONFIG_HAS_PER_VDEV_ZAPS "com.delphix:has_per_vdev_zaps" macro