Searched refs:EXT2_BLOCK_SIZE_BITS (Results 1 – 10 of 10) sorted by relevance
637 EXT2_BLOCK_SIZE_BITS(file->fs->super)); in ext2fs_file_set_size2()640 EXT2_BLOCK_SIZE_BITS(file->fs->super)); in ext2fs_file_set_size2()
108 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro114 #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()
809 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_read_inode2()958 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_write_inode2()
288 EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_extent_open2()
2728 int blockbits = EXT2_BLOCK_SIZE_BITS(fs->super) + 10; in handle_htree()3278 EXT2_BLOCK_SIZE_BITS(fs->super)) - 1; in check_blocks_extents()3508 unsigned nblock = size >> EXT2_BLOCK_SIZE_BITS(fs->super); in check_blocks()3547 ((1ULL << (32 + EXT2_BLOCK_SIZE_BITS(fs->super))) - 1)) in check_blocks()
2054 inode.i_blocks < 1ULL << (29 - EXT2_BLOCK_SIZE_BITS(fs->super)) && in e2fsck_process_bad_inode()
2144 block = offset >> EXT2_BLOCK_SIZE_BITS(current_fs->super); in do_imap()
2219 (1ULL << (EXT2_BLOCK_SIZE_BITS(&fs_param) + 3 + 32)) - 1) { in PRS()
2500 n = n >> EXT2_BLOCK_SIZE_BITS(fs->super); in move_itables()