HomeSort by: relevance | last modified time | path
    Searched refs:mg_fragmentation (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
metaslab_impl.h 246 uint64_t mg_fragmentation; member in struct:metaslab_group
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
metaslab.c 451 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);
vdev.c 2920 vs->vs_fragmentation = vd->vdev_mg->mg_fragmentation;
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 826 mg->mg_fragmentation = metaslab_group_fragmentation(mg);
832 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) {
836 (u_longlong_t)mg->mg_fragmentation);

Completed in 39 milliseconds