Home
last modified time | relevance | path

Searched refs:mg_fragmentation (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h292 uint64_t mg_fragmentation; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c584 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) { in metaslab_class_fragmentation()
593 fragmentation += mg->mg_fragmentation * in metaslab_class_fragmentation()
785 (mg->mg_fragmentation == ZFS_FRAG_INVALID || in metaslab_group_alloc_update()
786 mg->mg_fragmentation <= zfs_mg_fragmentation_threshold)); in metaslab_group_alloc_update()
4456 mg->mg_fragmentation = metaslab_group_fragmentation(mg); in metaslab_sync_reassess()
H A Dvdev_label.c621 vd->vdev_mg->mg_fragmentation != ZFS_FRAG_INVALID) { in vdev_config_generate()
H A Dvdev.c4799 vd->vdev_mg->mg_fragmentation : 0; in vdev_get_stats_ex()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1731 mg->mg_fragmentation = metaslab_group_fragmentation(mg); in dump_metaslab_groups()
1737 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) { in dump_metaslab_groups()
1741 (u_longlong_t)mg->mg_fragmentation); in dump_metaslab_groups()