Lines Matching refs:bmap
6 bmap->cluster_bits has a maximum value of 19, but Coverity doesn't
27 block >>= bmap->cluster_bits;
28 - end += (1 << bmap->cluster_bits) - 1;
29 + end += (1ULL << bmap->cluster_bits) - 1;
30 end >>= bmap->cluster_bits;
36 block >>= bmap->cluster_bits;
37 - end += (1 << bmap->cluster_bits) - 1;
38 + end += (1ULL << bmap->cluster_bits) - 1;
39 end >>= bmap->cluster_bits;
45 block >>= bmap->cluster_bits;
46 - end += (1 << bmap->cluster_bits) - 1;
47 + end += (1ULL << bmap->cluster_bits) - 1;
48 end >>= bmap->cluster_bits;