Searched refs:vdev_get_min_alloc (Results 1 – 3 of 3) sorted by relevance
624 extern uint64_t vdev_get_min_alloc(vdev_t *vd);
405 vdev_get_min_alloc(vdev_t *vd) in vdev_get_min_alloc() function1525 uint64_t min_alloc = vdev_get_min_alloc(vd); in vdev_metaslab_group_create()2318 uint64_t min_alloc = vdev_get_min_alloc(vd); in vdev_open()
5254 if (asize <= vdev_get_min_alloc(mg->mg_vd)) { in metaslab_group_alloc()