Lines Matching defs:bits
3135 * in the vfs. ext4 inode has 48 bits of i_block in fsblock units,
3181 static loff_t ext4_max_bitmap_size(int bits, int has_huge_files)
3203 upper_limit >>= (bits - 9);
3219 meta_blocks += 1 + (1LL << (bits-2));
3221 meta_blocks += 1 + (1LL << (bits-2)) + (1LL << (2*(bits-2)));
3224 upper_limit <<= bits;
3226 res += 1LL << (bits-2);
3227 res += 1LL << (2*(bits-2));
3228 res += 1LL << (3*(bits-2));
3229 res <<= bits;