Searched refs:block_bitmap (Results 1 – 25 of 28) sorted by relevance
12
/third_party/e2fsprogs/lib/ext2fs/ |
D | rw_bitmaps.c | 290 char *block_bitmap = 0, *inode_bitmap = 0; in read_bitmaps_range_start() local 305 retval = io_channel_alloc_buf(fs->io, 0, &block_bitmap); in read_bitmaps_range_start() 343 while (block_bitmap && blk_cnt > 0) { in read_bitmaps_range_start() 345 1, block_bitmap); in read_bitmaps_range_start() 352 blk_itr, cnt, block_bitmap); in read_bitmaps_range_start() 364 if (block_bitmap) { in read_bitmaps_range_start() 373 1, block_bitmap); in read_bitmaps_range_start() 382 block_bitmap, block_nbytes)) { in read_bitmaps_range_start() 387 if (!bitmap_tail_verify((unsigned char *) block_bitmap, in read_bitmaps_range_start() 391 memset(block_bitmap, 0, block_nbytes); in read_bitmaps_range_start() [all …]
|
D | ext2_fs.h | 368 __u32 block_bitmap; /* Absolute block number of block bitmap */ member 378 __u64 block_bitmap; /* Absolute block number of block bitmap */ member
|
D | ext2_err.et.in | 36 "Wrong magic number for block_bitmap structure"
|
/third_party/e2fsprogs/resize/ |
D | online.c | 238 input.block_bitmap = ext2fs_block_bitmap_loc(new_fs, i); in online_resize_fs() 246 printf("new block bitmap is at 0x%04x\n", input.block_bitmap); in online_resize_fs() 269 input64.block_bitmap = input.block_bitmap; in online_resize_fs()
|
/third_party/e2fsprogs/misc/ |
D | dumpe2fs.c | 158 char *block_bitmap=NULL, *inode_bitmap=NULL; in list_desc() local 174 block_bitmap = malloc(block_nbytes); in list_desc() 288 if (block_bitmap) { in list_desc() 291 blk_itr, block_nbytes << 3, block_bitmap); in list_desc() 296 print_free(i, block_bitmap, in list_desc() 318 if (block_bitmap) in list_desc() 319 free(block_bitmap); in list_desc()
|
/third_party/toybox/toys/pending/ |
D | mke2fs.c | 163 uint32_t block_bitmap; // Block number of block bitmap member 704 bg[slot].block_bitmap = SWAP_LE32(used++); in mke2fs_main()
|
/third_party/e2fsprogs/ext2ed/ |
D | ext2.descriptors | 391 struct block_bitmap {
|
/third_party/e2fsprogs/po/ |
D | fi.po | 7129 msgid "Wrong magic number for block_bitmap structure" 7130 msgstr "Väärä taikaluku block_bitmap-rakenteelle"
|
D | sr.po | 7593 msgid "Wrong magic number for block_bitmap structure" 7594 msgstr "Погрешан магични број за структуру „block_bitmap“"
|
D | uk.po | 7602 msgid "Wrong magic number for block_bitmap structure" 7603 msgstr "Помилкове значення контрольної суми для структури block_bitmap"
|
D | zh_CN.po | 7544 msgid "Wrong magic number for block_bitmap structure" 7545 msgstr "block_bitmap结构体中的幻数有错"
|
D | da.po | 7411 msgid "Wrong magic number for block_bitmap structure" 7412 msgstr "Forkert magisk nummer for block_bitmap-struktur"
|
D | eo.po | 7302 msgid "Wrong magic number for block_bitmap structure" 7303 msgstr "Malĝustas magia numero por strukturo 'block_bitmap'"
|
D | sv.po | 7683 msgid "Wrong magic number for block_bitmap structure" 7684 msgstr "Fel magiskt tal för block_bitmap-post"
|
D | pt.po | 7660 msgid "Wrong magic number for block_bitmap structure" 7661 msgstr "Número mágico errado para estrutura block_bitmap"
|
D | pl.po | 7677 msgid "Wrong magic number for block_bitmap structure" 7678 msgstr "Błędna liczba magiczna dla struktury block_bitmap"
|
D | de.po | 7707 msgid "Wrong magic number for block_bitmap structure" 7708 msgstr "Falsche magische Zahl für eine block_bitmap-Struktur"
|
D | nl.po | 7738 msgid "Wrong magic number for block_bitmap structure" 7739 msgstr "Ongeldig magisch getal voor 'block_bitmap'-structuur"
|
D | ca.po | 7770 msgid "Wrong magic number for block_bitmap structure" 7771 msgstr "El número màgic és incorrecte per l'estructura de block_bitmap"
|
D | hu.po | 7742 msgid "Wrong magic number for block_bitmap structure" 7743 msgstr "Hibás bűvös szám a block_bitmap struktúrához"
|
D | es.po | 7670 msgid "Wrong magic number for block_bitmap structure" 7671 msgstr "Número mágico incorrecto para la estructura block_bitmap"
|
D | cs.po | 7749 msgid "Wrong magic number for block_bitmap structure" 7750 msgstr "Chybné magické číslo pro strukturu block_bitmap"
|
D | vi.po | 7498 msgid "Wrong magic number for block_bitmap structure" 7499 msgstr "Sai số màu nhiệm cho cấu trúc block_bitmap"
|
D | e2fsprogs.pot | 7294 msgid "Wrong magic number for block_bitmap structure"
|
D | ms.po | 7546 msgid "Wrong magic number for block_bitmap structure"
|
12