Home | History | Annotate | Download | only in ext2fs

Lines Matching full:cluster_bits

143 	bitmap->cluster_bits = 0;
150 bitmap->cluster_bits = fs->cluster_ratio_bits;
317 new_bmap->cluster_bits = src->cluster_bits;
444 arg >>= bitmap->cluster_bits;
481 arg >>= bitmap->cluster_bits;
511 arg >>= bitmap->cluster_bits;
653 block >>= bmap->cluster_bits;
654 end += (1 << bmap->cluster_bits) - 1;
655 end >>= bmap->cluster_bits;
691 block >>= bmap->cluster_bits;
692 end += (1 << bmap->cluster_bits) - 1;
693 end >>= bmap->cluster_bits;
729 block >>= bmap->cluster_bits;
730 end += (1 << bmap->cluster_bits) - 1;
731 end >>= bmap->cluster_bits;
831 start >>= bitmap->cluster_bits;
832 end >>= bitmap->cluster_bits;
842 *out = start << bitmap->cluster_bits;