Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dmetaslab.h115 uint64_t metaslab_class_get_space(metaslab_class_t *);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c582 avail = metaslab_class_get_space(spa_normal_class(spa)); in zvol_geom_bio_getattr()
1106 avail = metaslab_class_get_space(spa_normal_class(spa)); in zvol_cdev_ioctl()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c307 size = metaslab_class_get_space(mc); in spa_prop_get_config()
308 size += metaslab_class_get_space(spa_special_class(spa)); in spa_prop_get_config()
309 size += metaslab_class_get_space(spa_dedup_class(spa)); in spa_prop_get_config()
8033 old_space = metaslab_class_get_space(spa_normal_class(spa));
8034 old_space += metaslab_class_get_space(spa_special_class(spa));
8035 old_space += metaslab_class_get_space(spa_dedup_class(spa));
8039 new_space = metaslab_class_get_space(spa_normal_class(spa));
8040 new_space += metaslab_class_get_space(spa_special_class(spa));
8041 new_space += metaslab_class_get_space(spa_dedup_class(spa));
H A Dmetaslab.c500 metaslab_class_get_space(metaslab_class_t *mc) in metaslab_class_get_space() function
592 fragmentation /= metaslab_class_get_space(mc); in metaslab_class_fragmentation()
4262 uint64_t free_space = metaslab_class_get_space(spa_normal_class(spa)) - in metaslab_sync_done()
H A Dvdev_removal.c1992 uint64_t available = metaslab_class_get_space(normal) - in spa_vdev_remove_top_check()
H A Dspa_misc.c1936 uint64_t space = metaslab_class_get_space(special); in spa_preferred_class()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1042 zs->zs_space = metaslab_class_get_space(spa_normal_class(ztest_spa)); in ztest_kill()
3909 old_class_space = metaslab_class_get_space(mc); in ztest_vdev_LUN_growth()
3981 new_class_space = metaslab_class_get_space(mc); in ztest_vdev_LUN_growth()
7090 uint64_t capacity = metaslab_class_get_space(spa_normal_class(spa)) / 2; in ztest_freeze()
7370 zs->zs_space = metaslab_class_get_space(spa_normal_class(spa)); in ztest_run()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c6276 norm_space = metaslab_class_get_space(spa_normal_class(spa)); in dump_block_stats()
6328 uint64_t space = metaslab_class_get_space( in dump_block_stats()
6339 uint64_t space = metaslab_class_get_space( in dump_block_stats()