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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c368 * Allocate a new vdev. The 'alloctype' is used to control whether we are
374 int alloctype)
393 if (alloctype == VDEV_ALLOC_LOAD) {
402 } else if (alloctype == VDEV_ALLOC_SPARE) {
405 } else if (alloctype == VDEV_ALLOC_L2CACHE) {
408 } else if (alloctype == VDEV_ALLOC_ROOTPOOL) {
511 (alloctype == VDEV_ALLOC_LOAD || alloctype == VDEV_ALLOC_SPLIT)) {
526 if (parent && !parent->vdev_parent && alloctype != VDEV_ALLOC_ATTACH) {
527 ASSERT(alloctype
373 vdev_alloc(spa_t *spa, vdev_t **vdp, nvlist_t *nv, vdev_t *parent, uint_t id, int alloctype) argument
[all...]

Completed in 58 milliseconds