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.h267 uint64_t mg_fragmentation; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c834 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) { in metaslab_class_fragmentation()
843 fragmentation += mg->mg_fragmentation * in metaslab_class_fragmentation()
1036 (mg->mg_fragmentation == ZFS_FRAG_INVALID || in metaslab_group_alloc_update()
1037 mg->mg_fragmentation <= zfs_mg_fragmentation_threshold)); in metaslab_group_alloc_update()
4688 mg->mg_fragmentation = metaslab_group_fragmentation(mg); in metaslab_sync_reassess()
H A Dvdev_label.c628 vd->vdev_mg->mg_fragmentation != ZFS_FRAG_INVALID) { in vdev_config_generate()
H A Dvdev.c5040 vd->vdev_mg->mg_fragmentation : 0; in vdev_get_stats_ex()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1843 mg->mg_fragmentation = metaslab_group_fragmentation(mg); in dump_metaslab_groups()
1849 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) { in dump_metaslab_groups()
1853 (u_longlong_t)mg->mg_fragmentation); in dump_metaslab_groups()