Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:cluster_bits

144 	bitmap->cluster_bits = 0;
151 bitmap->cluster_bits = fs->cluster_ratio_bits;
318 new_bmap->cluster_bits = src->cluster_bits;
446 arg >>= bitmap->cluster_bits;
483 arg >>= bitmap->cluster_bits;
513 arg >>= bitmap->cluster_bits;
655 block >>= bmap->cluster_bits;
656 end += (1 << bmap->cluster_bits) - 1;
657 end >>= bmap->cluster_bits;
693 block >>= bmap->cluster_bits;
694 end += (1 << bmap->cluster_bits) - 1;
695 end >>= bmap->cluster_bits;
731 block >>= bmap->cluster_bits;
732 end += (1 << bmap->cluster_bits) - 1;
733 end >>= bmap->cluster_bits;
829 cstart = start >> bitmap->cluster_bits;
830 cend = end >> bitmap->cluster_bits;
843 cout <<= bitmap->cluster_bits;
883 cstart = start >> bitmap->cluster_bits;
884 cend = end >> bitmap->cluster_bits;
897 cout <<= bitmap->cluster_bits;