Searched refs:holes (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
416 for (int c = 0; c < holes; c++) {
447 uint_t holes; local
503 holes = 0;
517 &holes) == 0) {
520 hole_array, holes) == 0);
637 * The vdev namespace may contain holes as a result of
641 if (holes > 0) {
648 !vdev_is_hole(hole_array, holes, c))

Completed in 24 milliseconds