Searched defs:hole_array (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c414 vdev_is_hole(uint64_t *hole_array, uint_t holes, uint_t id) argument
419 if (hole_array[c] == id)
448 uint64_t *hole_array, max_id; local
502 hole_array = NULL;
516 ZPOOL_CONFIG_HOLE_ARRAY, &hole_array,
520 hole_array, holes) == 0);
648 !vdev_is_hole(hole_array, holes, c))

Completed in 26 milliseconds