Home | History | Annotate | Download | only in misc

Lines Matching refs:cluster_size

1280 	int		cluster_size = 0;
1424 cluster_size = parse_num_blocks2(optarg, -1);
1425 if (cluster_size <= EXT2_MIN_CLUSTER_SIZE ||
1426 cluster_size > EXT2_MAX_CLUSTER_SIZE) {
1920 if (!cluster_size)
1921 cluster_size = get_int_from_profile(fs_types,
1922 "cluster_size",
1925 int_log2(cluster_size >> EXT2_MIN_CLUSTER_LOG_SIZE);
1933 } else if (cluster_size) {