Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev.c643 int alloctype) in vdev_alloc() argument
667 if (alloctype == VDEV_ALLOC_LOAD) { in vdev_alloc()
821 (alloctype == VDEV_ALLOC_LOAD || alloctype == VDEV_ALLOC_SPLIT)) { in vdev_alloc()
837 ASSERT(alloctype == VDEV_ALLOC_LOAD || in vdev_alloc()
838 alloctype == VDEV_ALLOC_ADD || in vdev_alloc()
839 alloctype == VDEV_ALLOC_SPLIT || in vdev_alloc()
840 alloctype == VDEV_ALLOC_ROOTPOOL); in vdev_alloc()
845 (alloctype == VDEV_ALLOC_LOAD || alloctype == VDEV_ALLOC_SPLIT)) { in vdev_alloc()
857 (alloctype == VDEV_ALLOC_LOAD || alloctype == VDEV_ALLOC_L2CACHE || in vdev_alloc()
858 alloctype == VDEV_ALLOC_ROOTPOOL)) { in vdev_alloc()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h567 vdev_t *parent, uint_t id, int alloctype);