Searched refs:EXT2_BLOCK_SIZE_BITS (Results 1 – 9 of 9) sorted by relevance
631 EXT2_BLOCK_SIZE_BITS(file->fs->super)); in ext2fs_file_set_size2()634 EXT2_BLOCK_SIZE_BITS(file->fs->super)); in ext2fs_file_set_size2()
96 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro102 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
63 incr = 1ULL << ((EXT2_BLOCK_SIZE_BITS(fs->super) - 2) * level); in ind_punch()
798 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_read_inode2()947 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_write_inode2()
288 EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_extent_open2()
3237 EXT2_BLOCK_SIZE_BITS(fs->super)) - 1; in check_blocks_extents()3465 unsigned nblock = inode->i_size >> EXT2_BLOCK_SIZE_BITS(fs->super); in check_blocks()3505 ((1ULL << (32 + EXT2_BLOCK_SIZE_BITS(fs->super))) - 1)) in check_blocks()
2126 block = offset >> EXT2_BLOCK_SIZE_BITS(current_fs->super); in do_imap()
2191 (1ULL << (EXT2_BLOCK_SIZE_BITS(&fs_param) + 3 + 32)) - 1) { in PRS()
2485 n = n >> EXT2_BLOCK_SIZE_BITS(fs->super); in move_itables()