Home
last modified time | relevance | path

Searched refs:ishole (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c287 uint64_t ishole = 0; in for_each_vdev_cb() local
290 ZPOOL_CONFIG_IS_HOLE, &ishole); in for_each_vdev_cb()
292 if (ishole) in for_each_vdev_cb()
H A Dzpool_main.c2387 uint64_t islog = B_FALSE, ishole = B_FALSE; in print_status_config() local
2393 &ishole); in print_status_config()
2394 if (islog || ishole) in print_status_config()
4634 uint64_t ishole = B_FALSE, islog = B_FALSE; in print_vdev_stats() local
4637 &ishole); in print_vdev_stats()
4642 if (ishole || islog) in print_vdev_stats()
5991 uint64_t ishole = B_FALSE; in print_list_stats() local
5994 ZPOOL_CONFIG_IS_HOLE, &ishole) == 0 && ishole) in print_list_stats()