Lines Matching defs:vdev

580 	    "\t[-f dir (default: %s)] file directory for vdev files\n"
832 uint64_t vdev;
842 vdev = ztest_shared->zs_vdev_aux;
846 aux, vdev);
848 vdev = ztest_shared->zs_vdev_next_leaf++;
851 pool == NULL ? ztest_opts.zo_pool : pool, vdev);
2351 * or create a pool with a bad vdev spec.
2638 * vdev state first to make sure we handle removal
2784 * Pick a random top-level vdev.
2794 * Locate this vdev.
2810 * mirror vdev -- in which case, pick a random child.
2839 * For the new vdev, choose with equal probability between the two
2906 * If our parent was the replacing vdev, but the replace completed,
2932 * Callback function which expands the physical size of the vdev.
2960 * Callback function which expands a given vdev by calling vdev_online().
2988 (void) printf("Unable to expand vdev, state %llu, "
2997 * still talking to the original vdev. It's possible this
2998 * vdev may have been detached/replaced while we were
3003 (void) printf("vdev configuration has changed, "
3017 * Traverse the vdev tree calling the supplied function.
3021 * leaf vdev we encounter.
3068 * Determine the size of the first leaf vdev associated with
3078 * We only try to expand the vdev if it's healthy, less than 4x its
3097 * Growing the vdev is a two step process:
3099 * 2). online the vdev to create the new metaslabs
3106 "the vdev configuration changed.\n");
3140 "intervening vdev offline or remove.\n");
3148 * Make sure we were able to grow the vdev.
4841 * Generate paths to the first leaf in this top-level vdev,
4858 * If the top-level vdev needs to be resilvered
4974 * Each range can accept errors on only a single leaf vdev.
4995 * Only allow damage to the labels at one end of the vdev.
5961 * Create a storage pool with the given name and initial vdev size.