Searched refs:ZPOOL_CONFIG_IS_HOLE (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 74 #define ZPOOL_CONFIG_IS_HOLE "is_hole" macro
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 537 #define ZPOOL_CONFIG_IS_HOLE "is_hole" macro
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 368 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_HOLE, B_TRUE); in vdev_config_generate()
|
H A D | spa.c | 4965 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_HOLE, in spa_vdev_split_mirror()
|
/titanic_44/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 1303 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_HOLE, in print_status_config() 2262 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_HOLE, in print_vdev_stats() 2848 ZPOOL_CONFIG_IS_HOLE, &ishole) == 0 && ishole) in print_list_stats()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2863 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_HOLE, in zpool_vdev_split() 2874 if (nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_HOLE, in zpool_vdev_split()
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 2691 ZPOOL_CONFIG_IS_HOLE, 1) == 0); in ztest_split_pool()
|