Searched refs:EXT2_BLOCK_SIZE_BITS (Results 1 – 9 of 9) sorted by relevance
586 EXT2_BLOCK_SIZE_BITS(file->fs->super)); in ext2fs_file_set_size2()589 EXT2_BLOCK_SIZE_BITS(file->fs->super)); in ext2fs_file_set_size2()
87 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro93 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
783 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_read_inode_full()921 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_write_inode_full()
63 incr = 1ULL << ((EXT2_BLOCK_SIZE_BITS(fs->super) - 2) * level); in ind_punch()
288 EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_extent_open2()
2970 EXT2_BLOCK_SIZE_BITS(fs->super)) - 1; in check_blocks_extents()3194 unsigned nblock = inode->i_size >> EXT2_BLOCK_SIZE_BITS(fs->super); in check_blocks()3238 ((1ULL << (32 + EXT2_BLOCK_SIZE_BITS(fs->super))) - 1)) in check_blocks()
2073 block = offset >> EXT2_BLOCK_SIZE_BITS(current_fs->super); in do_imap()
2381 n = n >> EXT2_BLOCK_SIZE_BITS(fs->super); in move_itables()