Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dfileio.c637 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()
Dext2_fs.h108 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro
114 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
Dpunch.c63 incr = 1ULL << ((EXT2_BLOCK_SIZE_BITS(fs->super) - 2) * level); in ind_punch()
Dinode.c809 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()
Dextent.c288 EXT2_BLOCK_SIZE_BITS(fs->super); in ext2fs_extent_open2()
/third_party/e2fsprogs/e2fsck/
Dpass1.c2728 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()
Dpass2.c2054 inode.i_blocks < 1ULL << (29 - EXT2_BLOCK_SIZE_BITS(fs->super)) && in e2fsck_process_bad_inode()
/third_party/e2fsprogs/debugfs/
Ddebugfs.c2144 block = offset >> EXT2_BLOCK_SIZE_BITS(current_fs->super); in do_imap()
/third_party/e2fsprogs/misc/
Dmke2fs.c2219 (1ULL << (EXT2_BLOCK_SIZE_BITS(&fs_param) + 3 + 32)) - 1) { in PRS()
/third_party/e2fsprogs/resize/
Dresize2fs.c2500 n = n >> EXT2_BLOCK_SIZE_BITS(fs->super); in move_itables()