HomeSort by relevance Sort by last modified time
    Searched full:first_data_block (Results 1 - 25 of 29) sorted by null

1 2

  /external/qemu/distrib/ext4_utils/src/
ext2simg.c 78 ret = lseek64(fd, info.block_size * (aux_info.first_data_block + 1), SEEK_SET);
129 if (aux_info.first_data_block > 0)
131 info.block_size * aux_info.first_data_block, 0);
134 u32 first_block = aux_info.first_data_block + i * info.blocks_per_group;
ext4_utils.c 91 aux_info.first_data_block = (info.block_size > 1024) ? 0 : 1;
95 aux_info.groups = DIV_ROUND_UP(aux_info.len_blocks - aux_info.first_data_block,
153 sb->s_first_data_block = aux_info.first_data_block;
220 u64 group_start_block = aux_info.first_data_block + i *
278 if (aux_info.first_data_block != sb->s_first_data_block)
296 u64 group_start_block = aux_info.first_data_block + i *
ext4_utils.h 106 u32 first_data_block; member in struct:fs_aux_info
ext4fixup.c 227 ret = lseek64(fd, info.block_size * (aux_info.first_data_block + 1), SEEK_SET);
432 (info.block_size * (aux_info.first_data_block + 1)), SEEK_SET);
allocate.c 296 bg->first_block = aux_info.first_data_block + i * info.blocks_per_group;
  /system/extras/ext4_utils/
ext2simg.c 68 if (aux_info.first_data_block > 0)
70 info.block_size * aux_info.first_data_block, 0);
73 u32 first_block = aux_info.first_data_block + i * info.blocks_per_group;
ext4_utils.c 139 aux_info.first_data_block = (info.block_size > 1024) ? 0 : 1;
143 aux_info.groups = DIV_ROUND_UP(aux_info.len_blocks - aux_info.first_data_block,
201 sb->s_first_data_block = aux_info.first_data_block;
268 u64 group_start_block = aux_info.first_data_block + i *
326 if (aux_info.first_data_block != sb->s_first_data_block)
344 u64 group_start_block = aux_info.first_data_block + i *
514 ret = lseek64(fd, info.block_size * (aux_info.first_data_block + 1), SEEK_SET);
ext4_utils.h 106 u32 first_data_block; member in struct:fs_aux_info
allocate.c 297 bg->first_block = aux_info.first_data_block + i * info.blocks_per_group;
ext4fixup.c 331 (info.block_size * (aux_info.first_data_block + 1)), SEEK_SET);
  /external/e2fsprogs/debugfs/
set_fields.c 83 { "first_data_block", &set_sb.s_first_data_block, NULL, 4, parse_uint },
  /external/e2fsprogs/e2fsck/
problem.h 82 /* Bad first_data_block */
super.c 511 check_super_value(ctx, "first_data_block", sb->s_first_data_block,
problem.c 147 /* Bad first_data_block */
    [all...]
  /system/vold/
cryptfs.c     [all...]
  /external/e2fsprogs/po/
cs.po 833 #. @-expanded: superblock first_data_block = %b, should have been %c\n
836 msgstr "V superbloku first_data_block = %b, m?lo by být %c\n"
    [all...]
pl.po 825 #. @-expanded: superblock first_data_block = %b, should have been %c\n
828 msgstr "W @Su first_data_block (1. @b danych) = %b, powinien by? %c\n"
    [all...]
e2fsprogs.pot 818 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
id.po 832 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
it.po 848 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
zh_CN.po 821 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
ca.po 837 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
de.po 826 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
es.po 875 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
fr.po 831 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]

Completed in 1140 milliseconds

1 2