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

  /system/extras/ext4_utils/
ext2simg.c 77 ret = lseek64(fd, info.block_size * (aux_info.first_data_block + 1), SEEK_SET);
128 if (aux_info.first_data_block > 0)
130 info.block_size * aux_info.first_data_block, 0);
133 u32 first_block = aux_info.first_data_block + i * info.blocks_per_group;
ext4_utils.c 93 aux_info.first_data_block = (info.block_size > 1024) ? 0 : 1;
97 aux_info.groups = DIV_ROUND_UP(aux_info.len_blocks - aux_info.first_data_block,
155 sb->s_first_data_block = aux_info.first_data_block;
222 u64 group_start_block = aux_info.first_data_block + i *
293 if (aux_info.first_data_block != sb->s_first_data_block)
311 u64 group_start_block = aux_info.first_data_block + i *
ext4_utils.h 142 u32 first_data_block; member in struct:fs_aux_info
ext4fixup.c 226 ret = lseek64(fd, info.block_size * (aux_info.first_data_block + 1), SEEK_SET);
431 (info.block_size * (aux_info.first_data_block + 1)), SEEK_SET);
allocate.c 297 bg->first_block = aux_info.first_data_block + i * info.blocks_per_group;
  /external/e2fsprogs/debugfs/
set_fields.c 75 { "first_data_block", &set_sb.s_first_data_block, 4, parse_uint },
  /external/e2fsprogs/e2fsck/
problem.h 80 /* Bad first_data_block */
super.c 499 check_super_value(ctx, "first_data_block", sb->s_first_data_block,
problem.c 147 /* Bad first_data_block */
    [all...]
  /external/e2fsprogs/po/
cs.po 834 #. @-expanded: superblock first_data_block = %b, should have been %c\n
837 msgstr "V superbloku first_data_block = %b, m?lo by být %c\n"
    [all...]
pl.po 827 #. @-expanded: superblock first_data_block = %b, should have been %c\n
830 msgstr "W @Su first_data_block (1. @b danych) = %b, powinien by? %c\n"
    [all...]
e2fsprogs.pot 813 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
zh_CN.po 816 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
ca.po 821 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
de.po 830 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
es.po 850 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
fr.po 833 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
id.po 829 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
it.po 820 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
nl.po 830 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
sv.po 845 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
tr.po 816 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]
vi.po 831 #. @-expanded: superblock first_data_block = %b, should have been %c\n
    [all...]

Completed in 426 milliseconds