Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/include/sys/
HDmetaslab.h118 uint64_t metaslab_class_get_space(metaslab_class_t *);
/freebsd-head/sys/contrib/openzfs/module/zfs/
HDspa.c421 size = metaslab_class_get_space(mc); in spa_prop_get_config()
422 size += metaslab_class_get_space(spa_special_class(spa)); in spa_prop_get_config()
423 size += metaslab_class_get_space(spa_dedup_class(spa)); in spa_prop_get_config()
424 size += metaslab_class_get_space(spa_embedded_log_class(spa)); in spa_prop_get_config()
9094 old_space = metaslab_class_get_space(spa_normal_class(spa));
9095 old_space += metaslab_class_get_space(spa_special_class(spa));
9096 old_space += metaslab_class_get_space(spa_dedup_class(spa));
9097 old_space += metaslab_class_get_space(
9102 new_space = metaslab_class_get_space(spa_normal_class(spa));
9103 new_space += metaslab_class_get_space(spa_special_class(spa));
[all …]
HDddt.c1043 if (mc != NULL && metaslab_class_get_space(mc) > 0) { in ddt_special_over_quota()
1056 uint64_t capacity = metaslab_class_get_space(mc); in ddt_special_over_quota()
HDmetaslab.c705 metaslab_class_get_space(metaslab_class_t *mc) in metaslab_class_get_space() function
803 fragmentation /= metaslab_class_get_space(mc); in metaslab_class_fragmentation()
4507 uint64_t free_space = metaslab_class_get_space(spa_normal_class(spa)) - in metaslab_sync_done()
HDvdev_removal.c2210 uint64_t available = metaslab_class_get_space(normal) - in spa_vdev_remove_top_check()
HDspa_misc.c2075 uint64_t space = metaslab_class_get_space(special); in spa_preferred_class()
HDzio.c4243 (u_longlong_t)metaslab_class_get_space(mc)); in zio_dva_allocate()
/freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzvol_os.c606 avail = metaslab_class_get_space(spa_normal_class(spa)); in zvol_geom_bio_getattr()
1194 avail = metaslab_class_get_space(spa_normal_class(spa)); in zvol_cdev_ioctl()
/freebsd-head/sys/contrib/openzfs/cmd/
HDztest.c1225 zs->zs_space = metaslab_class_get_space(spa_normal_class(ztest_spa)); in ztest_kill()
4407 old_class_space = metaslab_class_get_space(mc); in ztest_vdev_LUN_growth()
4479 new_class_space = metaslab_class_get_space(mc); in ztest_vdev_LUN_growth()
7952 uint64_t capacity = metaslab_class_get_space(spa_normal_class(spa)) / 2; in ztest_freeze()
8198 zs->zs_space = metaslab_class_get_space(spa_normal_class(spa)); in ztest_raidz_expand_run()
8349 zs->zs_space = metaslab_class_get_space(spa_normal_class(spa)); in ztest_generic_run()
/freebsd-head/sys/contrib/openzfs/cmd/zdb/
HDzdb.c7167 norm_space = metaslab_class_get_space(spa_normal_class(spa)); in dump_block_stats()
7225 uint64_t space = metaslab_class_get_space( in dump_block_stats()
7236 uint64_t space = metaslab_class_get_space( in dump_block_stats()
7247 uint64_t space = metaslab_class_get_space( in dump_block_stats()