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

/external/e2fsprogs/lib/ext2fs/
H A Dfileio.c459 EXT2_BLOCK_SIZE_BITS(file->fs->super));
462 EXT2_BLOCK_SIZE_BITS(file->fs->super));
H A 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
H A Dpunch.c61 incr = 1ULL << ((EXT2_BLOCK_SIZE_BITS(fs->super)-2)*level);
H A Dinode.c573 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super);
695 block = offset >> EXT2_BLOCK_SIZE_BITS(fs->super);
H A Dextent.c257 EXT2_BLOCK_SIZE_BITS(fs->super);
/external/e2fsprogs/e2fsck/
H A Dpass1.c1982 EXT2_BLOCK_SIZE_BITS(fs->super)) - 1;
2122 int nblock = inode->i_size >> EXT2_BLOCK_SIZE_BITS(fs->super);
2149 ((1ULL << (32 + EXT2_BLOCK_SIZE_BITS(fs->super))) - 1))
/external/e2fsprogs/debugfs/
H A Ddebugfs.c2130 block = offset >> EXT2_BLOCK_SIZE_BITS(current_fs->super);
/external/e2fsprogs/resize/
H A Dresize2fs.c1787 n = n >> EXT2_BLOCK_SIZE_BITS(fs->super);

Completed in 118 milliseconds