Searched refs:mg_fragmentation (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h246 uint64_t mg_fragmentation; member in struct:metaslab_group
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c451 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) {
460 fragmentation += mg->mg_fragmentation *
633 (mg->mg_fragmentation == ZFS_FRAG_INVALID ||
634 mg->mg_fragmentation <= zfs_mg_fragmentation_threshold));
2538 mg->mg_fragmentation = metaslab_group_fragmentation(mg);
H A Dvdev.c2920 vs->vs_fragmentation = vd->vdev_mg->mg_fragmentation;
/netbsd-current/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c826 mg->mg_fragmentation = metaslab_group_fragmentation(mg);
832 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) {
836 (u_longlong_t)mg->mg_fragmentation);

Completed in 205 milliseconds