Searched refs:EXT2_BLOCK_SIZE_BITS (Results 1 – 8 of 8) sorted by relevance
222 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro224 #define EXT2_BLOCK_SIZE(s) (1 << EXT2_BLOCK_SIZE_BITS(s))421 logical_block = filepos >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_read()731 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_dir()
102 # define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro104 # define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
86 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro92 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
570 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_read_inode_full()689 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_write_inode_full()
263 >> EXT2_BLOCK_SIZE_BITS(fs->super)); in ext2fs_extent_open2()
1980 int nblock = inode->i_size >> EXT2_BLOCK_SIZE_BITS(fs->super); in check_blocks()2007 ((1ULL << (32 + EXT2_BLOCK_SIZE_BITS(fs->super))) - 1)) in check_blocks()
1998 block = offset >> EXT2_BLOCK_SIZE_BITS(current_fs->super); in do_imap()
1652 n = n >> EXT2_BLOCK_SIZE_BITS(fs->super); in move_itables()