Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c756 int alloctype) in vdev_alloc() argument
780 if (alloctype == VDEV_ALLOC_LOAD) { in vdev_alloc()
789 } else if (alloctype == VDEV_ALLOC_SPARE) { in vdev_alloc()
792 } else if (alloctype == VDEV_ALLOC_L2CACHE) { in vdev_alloc()
795 } else if (alloctype == VDEV_ALLOC_ROOTPOOL) { in vdev_alloc()
817 if (top_level && alloctype == VDEV_ALLOC_ADD) { in vdev_alloc()
922 if (alloctype != VDEV_ALLOC_ATTACH) { in vdev_alloc()
936 (alloctype == VDEV_ALLOC_LOAD || in vdev_alloc()
937 alloctype == VDEV_ALLOC_SPLIT || in vdev_alloc()
938 alloctype == VDEV_ALLOC_ROOTPOOL)) { in vdev_alloc()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h577 vdev_t *parent, uint_t id, int alloctype);
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c2516 int alloctype) in trim_lookup() argument
2522 if (alloctype != SINGLE) { in trim_lookup()
2530 switch (alloctype) { in trim_lookup()
2559 if (alloctype != SINGLE) { in trim_lookup()