Lines Matching refs:vdev

575 	    "\t[-f dir (default: %s)] file directory for vdev files\n"
827 uint64_t vdev;
837 vdev = ztest_shared->zs_vdev_aux;
841 aux, vdev);
843 vdev = ztest_shared->zs_vdev_next_leaf++;
846 pool == NULL ? ztest_opts.zo_pool : pool, vdev);
2347 * or create a pool with a bad vdev spec.
2634 * vdev state first to make sure we handle removal
2780 * Pick a random top-level vdev.
2790 * Locate this vdev.
2806 * mirror vdev -- in which case, pick a random child.
2835 * For the new vdev, choose with equal probability between the two
2902 * If our parent was the replacing vdev, but the replace completed,
2928 * Callback function which expands the physical size of the vdev.
2956 * Callback function which expands a given vdev by calling vdev_online().
2984 (void) printf("Unable to expand vdev, state %llu, "
2993 * still talking to the original vdev. It's possible this
2994 * vdev may have been detached/replaced while we were
2999 (void) printf("vdev configuration has changed, "
3013 * Traverse the vdev tree calling the supplied function.
3017 * leaf vdev we encounter.
3064 * Determine the size of the first leaf vdev associated with
3074 * We only try to expand the vdev if it's healthy, less than 4x its
3093 * Growing the vdev is a two step process:
3095 * 2). online the vdev to create the new metaslabs
3102 "the vdev configuration changed.\n");
3136 "intervening vdev offline or remove.\n");
3144 * 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.
5960 * Create a storage pool with the given name and initial vdev size.