Searched refs:ZPOOL_CONFIG_IS_HOLE (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_iter.c | 290 ZPOOL_CONFIG_IS_HOLE, &ishole); in for_each_vdev_cb()
|
| H A D | zpool_main.c | 675 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_HOLE, in print_vdev_tree() 2392 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_HOLE, in print_status_config() 4636 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_HOLE, in print_vdev_stats() 5994 ZPOOL_CONFIG_IS_HOLE, &ishole) == 0 && ishole) in print_list_stats()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 698 #define ZPOOL_CONFIG_IS_HOLE "is_hole" macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 678 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_HOLE, B_TRUE); in vdev_config_generate()
|
| H A D | spa.c | 7441 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_HOLE,
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 3504 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_HOLE, in zpool_vdev_split() 3515 if (nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_HOLE, in zpool_vdev_split()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 3405 ZPOOL_CONFIG_IS_HOLE, 1) == 0); in ztest_split_pool()
|