Home
last modified time | relevance | path

Searched refs:EXT2_BLOCK_SIZE_BITS (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dfileio.c459 EXT2_BLOCK_SIZE_BITS(file->fs->super)); in ext2fs_file_set_size2()
462 EXT2_BLOCK_SIZE_BITS(file->fs->super)); in ext2fs_file_set_size2()
Dext2_fs.h87 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro
93 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
Dinode.c573 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_read_inode_full()
695 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_write_inode_full()
Dpunch.c61 incr = 1ULL << ((EXT2_BLOCK_SIZE_BITS(fs->super)-2)*level); in ind_punch()
Dextent.c257 EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_extent_open2()
/external/e2fsprogs/e2fsck/
Dpass1.c2007 EXT2_BLOCK_SIZE_BITS(fs->super)) - 1; in check_blocks_extents()
2147 int nblock = inode->i_size >> EXT2_BLOCK_SIZE_BITS(fs->super); in check_blocks()
2174 ((1ULL << (32 + EXT2_BLOCK_SIZE_BITS(fs->super))) - 1)) in check_blocks()
/external/e2fsprogs/debugfs/
Ddebugfs.c2130 block = offset >> EXT2_BLOCK_SIZE_BITS(current_fs->super); in do_imap()
/external/e2fsprogs/resize/
Dresize2fs.c1787 n = n >> EXT2_BLOCK_SIZE_BITS(fs->super); in move_itables()