Home
last modified time | relevance | path

Searched refs:metaslab_class_get_space (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dmetaslab.h116 uint64_t metaslab_class_get_space(metaslab_class_t *);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c420 size = metaslab_class_get_space(mc); in spa_prop_get_config()
421 size += metaslab_class_get_space(spa_special_class(spa)); in spa_prop_get_config()
422 size += metaslab_class_get_space(spa_dedup_class(spa)); in spa_prop_get_config()
423 size += metaslab_class_get_space(spa_embedded_log_class(spa)); in spa_prop_get_config()
8982 old_space = metaslab_class_get_space(spa_normal_class(spa));
8983 old_space += metaslab_class_get_space(spa_special_class(spa));
8984 old_space += metaslab_class_get_space(spa_dedup_class(spa));
8985 old_space += metaslab_class_get_space(
8990 new_space = metaslab_class_get_space(spa_normal_class(spa));
8991 new_space += metaslab_class_get_space(spa_special_class(spa));
[all …]
H A Dddt.c990 if (mc != NULL && metaslab_class_get_space(mc) > 0) { in ddt_special_over_quota()
1003 uint64_t capacity = metaslab_class_get_space(mc); in ddt_special_over_quota()
H A Dmetaslab.c498 metaslab_class_get_space(metaslab_class_t *mc) in metaslab_class_get_space() function
596 fragmentation /= metaslab_class_get_space(mc); in metaslab_class_fragmentation()
4346 uint64_t free_space = metaslab_class_get_space(spa_normal_class(spa)) - in metaslab_sync_done()
H A Dvdev_removal.c2201 uint64_t available = metaslab_class_get_space(normal) - in spa_vdev_remove_top_check()
H A Dspa_misc.c2065 uint64_t space = metaslab_class_get_space(special); in spa_preferred_class()
H A Dzio.c4089 (u_longlong_t)metaslab_class_get_space(mc)); in zio_dva_allocate()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c605 avail = metaslab_class_get_space(spa_normal_class(spa)); in zvol_geom_bio_getattr()
1193 avail = metaslab_class_get_space(spa_normal_class(spa)); in zvol_cdev_ioctl()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c1224 zs->zs_space = metaslab_class_get_space(spa_normal_class(ztest_spa)); in ztest_kill()
4405 old_class_space = metaslab_class_get_space(mc); in ztest_vdev_LUN_growth()
4477 new_class_space = metaslab_class_get_space(mc); in ztest_vdev_LUN_growth()
7950 uint64_t capacity = metaslab_class_get_space(spa_normal_class(spa)) / 2; in ztest_freeze()
8196 zs->zs_space = metaslab_class_get_space(spa_normal_class(spa)); in ztest_raidz_expand_run()
8347 zs->zs_space = metaslab_class_get_space(spa_normal_class(spa)); in ztest_generic_run()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c7102 norm_space = metaslab_class_get_space(spa_normal_class(spa)); in dump_block_stats()
7160 uint64_t space = metaslab_class_get_space( in dump_block_stats()
7171 uint64_t space = metaslab_class_get_space( in dump_block_stats()
7182 uint64_t space = metaslab_class_get_space( in dump_block_stats()