/system/extras/ext4_utils/ |
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 | 92 aux_info.first_data_block = (info.block_size > 1024) ? 0 : 1; 96 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 * 291 if (aux_info.first_data_block != sb->s_first_data_block) 309 u64 group_start_block = aux_info.first_data_block + i *
|
ext4_utils.h | 131 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 | 287 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...] |