Home
last modified time | relevance | path

Searched refs:alloctype (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev.c470 int alloctype) in vdev_alloc() argument
489 if (alloctype == VDEV_ALLOC_LOAD) { in vdev_alloc()
607 (alloctype == VDEV_ALLOC_LOAD || alloctype == VDEV_ALLOC_SPLIT)) { in vdev_alloc()
623 ASSERT(alloctype == VDEV_ALLOC_LOAD || in vdev_alloc()
624 alloctype == VDEV_ALLOC_ADD || in vdev_alloc()
625 alloctype == VDEV_ALLOC_SPLIT || in vdev_alloc()
626 alloctype == VDEV_ALLOC_ROOTPOOL); in vdev_alloc()
632 (alloctype == VDEV_ALLOC_LOAD || alloctype == VDEV_ALLOC_SPLIT)) { in vdev_alloc()
644 (alloctype == VDEV_ALLOC_LOAD || alloctype == VDEV_ALLOC_L2CACHE || in vdev_alloc()
645 alloctype == VDEV_ALLOC_ROOTPOOL)) { in vdev_alloc()
[all …]
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dvdev_impl.h333 vdev_t *parent, uint_t id, int alloctype);