Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c417 vdev_is_hole(uint64_t *hole_array, uint_t holes, uint_t id) in vdev_is_hole() argument
422 if (hole_array[c] == id) in vdev_is_hole()
452 uint64_t *hole_array, max_id; in get_configs() local
506 hole_array = NULL; in get_configs()
520 ZPOOL_CONFIG_HOLE_ARRAY, &hole_array, in get_configs()
524 hole_array, holes) == 0); in get_configs()
653 !vdev_is_hole(hole_array, holes, c)) in get_configs()