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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c448 uint64_t *hole_array, max_id; local
504 max_id = 0;
508 ZPOOL_CONFIG_VDEV_CHILDREN, &max_id) == 0) {
511 max_id) == 0);
612 if (max_id < children) {
613 for (c = max_id; c < children; c++)
615 children = max_id;
616 } else if (max_id > children) {
619 newchild = zfs_alloc(hdl, (max_id) *
629 children = max_id;
[all...]

Completed in 29 milliseconds