Lines Matching defs:ashift
92 * MAX(1 << ashift, space_map_blksz), so a metaslab might use the
184 * iterations, even with very fragmented, ashift=9 pools. The maximum number
186 * metaslab_df_max_search / (2 * (1<<ashift))
187 * With the default setting of 16MB this is 16*1024 (with ashift=9) or
188 * 2048 (with ashift=12).
1026 uint64_t ashift = mg->mg_vd->vdev_ashift;
1035 SPACE_MAP_HISTOGRAM_SIZE + ashift);
1046 mg_hist[i + ashift] +=
1063 uint64_t ashift = mg->mg_vd->vdev_ashift;
1074 mg->mg_histogram[i + ashift] +=
1076 mc->mc_histogram[i + ashift] +=
1087 uint64_t ashift = mg->mg_vd->vdev_ashift;
1096 ASSERT3U(mg->mg_histogram[i + ashift], >=,
1098 ASSERT3U(mc->mc_histogram[i + ashift], >=,
1103 mg->mg_histogram[i + ashift] -=
1105 mc->mc_histogram[i + ashift] -=