Searched refs:inode_bitmap (Results 1 – 25 of 28) sorted by relevance
12
/external/e2fsprogs/lib/ext2fs/ |
D | rw_bitmaps.c | 211 char *block_bitmap = 0, *inode_bitmap = 0; in read_bitmaps() local 259 retval = io_channel_alloc_buf(fs->io, 0, &inode_bitmap); in read_bitmaps() 269 while (inode_bitmap && ino_cnt > 0) { in read_bitmaps() 271 1, inode_bitmap); in read_bitmaps() 278 ino_itr, cnt, inode_bitmap); in read_bitmaps() 341 if (inode_bitmap) { in read_bitmaps() 349 1, inode_bitmap); in read_bitmaps() 359 inode_bitmap, inode_nbytes)) { in read_bitmaps() 364 if (!bitmap_tail_verify((unsigned char *) inode_bitmap, in read_bitmaps() 368 memset(inode_bitmap, 0, inode_nbytes); in read_bitmaps() [all …]
|
D | ext2_fs.h | 357 __u32 inode_bitmap; /* Absolute block number of inode bitmap */ member 367 __u64 inode_bitmap; /* Absolute block number of inode bitmap */ member
|
D | ext2_err.et.in | 39 "Wrong magic number for inode_bitmap structure"
|
/external/e2fsprogs/resize/ |
D | online.c | 238 input.inode_bitmap = ext2fs_inode_bitmap_loc(new_fs, i); in online_resize_fs() 246 printf("new inode bitmap is at 0x%04x\n", input.inode_bitmap); in online_resize_fs() 269 input64.inode_bitmap = input.inode_bitmap; in online_resize_fs()
|
/external/e2fsprogs/misc/ |
D | dumpe2fs.c | 158 char *block_bitmap=NULL, *inode_bitmap=NULL; in list_desc() local 176 inode_bitmap = malloc(inode_nbytes); in list_desc() 303 if (inode_bitmap) { in list_desc() 306 ino_itr, inode_nbytes << 3, inode_bitmap); in list_desc() 311 print_free(i, inode_bitmap, in list_desc() 320 if (inode_bitmap) in list_desc() 321 free(inode_bitmap); in list_desc()
|
/external/toybox/toys/pending/ |
D | mke2fs.c | 164 uint32_t inode_bitmap; // Block number of inode bitmap member 705 bg[slot].inode_bitmap = SWAP_LE32(used++); in mke2fs_main()
|
/external/e2fsprogs/ext2ed/ |
D | ext2.descriptors | 394 struct inode_bitmap {
|
/external/e2fsprogs/po/ |
D | fi.po | 7133 msgid "Wrong magic number for inode_bitmap structure" 7134 msgstr "Väärä taikaluku inode_bitmap-rakenteelle"
|
D | sr.po | 7774 msgid "Wrong magic number for inode_bitmap structure" 7775 msgstr "Погрешан магични број за структуру „inode_bitmap“"
|
D | zh_CN.po | 7495 msgid "Wrong magic number for inode_bitmap structure" 7496 msgstr "inode_bitmap结构体中的幻数有错"
|
D | uk.po | 7523 msgid "Wrong magic number for inode_bitmap structure" 7524 msgstr "Помилкове значення контрольної суми для структури inode_bitmap"
|
D | da.po | 7415 msgid "Wrong magic number for inode_bitmap structure" 7416 msgstr "Forkert magisk nummer for inode_bitmap-struktur"
|
D | eo.po | 7306 msgid "Wrong magic number for inode_bitmap structure" 7307 msgstr "Malĝustas magia numero por strukturo 'inode_bitmap'"
|
D | pl.po | 7513 msgid "Wrong magic number for inode_bitmap structure" 7514 msgstr "Błędna liczba magiczna dla struktury inode_bitmap"
|
D | pt.po | 7492 msgid "Wrong magic number for inode_bitmap structure" 7493 msgstr "Número mágico errado para estrutura inode_bitmap"
|
D | sv.po | 7519 msgid "Wrong magic number for inode_bitmap structure" 7520 msgstr "Fel magiskt tal för inode_bitmap-post"
|
D | nl.po | 7556 msgid "Wrong magic number for inode_bitmap structure" 7557 msgstr "Ongeldig magisch getal voor 'inode_bitmap'-structuur"
|
D | hu.po | 7746 msgid "Wrong magic number for inode_bitmap structure" 7747 msgstr "Hibás bűvös szám az inode_bitmap struktúrához"
|
D | ca.po | 7774 msgid "Wrong magic number for inode_bitmap structure" 7775 msgstr "El número màgic és incorrecte per l'estructura d'inode_bitmap"
|
D | de.po | 7711 msgid "Wrong magic number for inode_bitmap structure" 7712 msgstr "Falsche magische Zahl für eine inode_bitmap-Struktur"
|
D | cs.po | 7582 msgid "Wrong magic number for inode_bitmap structure" 7583 msgstr "Chybné magické číslo pro strukturu inode_bitmap"
|
D | es.po | 7592 msgid "Wrong magic number for inode_bitmap structure" 7593 msgstr "Número mágico incorrecto para la estructura inode_bitmap"
|
D | vi.po | 7502 msgid "Wrong magic number for inode_bitmap structure" 7503 msgstr "Sai số màu nhiệm cho cấu trúc inode_bitmap"
|
D | e2fsprogs.pot | 7130 msgid "Wrong magic number for inode_bitmap structure"
|
D | ms.po | 7486 msgid "Wrong magic number for inode_bitmap structure"
|
12