Home
last modified time | relevance | path

Searched refs:inode_bitmap (Results 1 – 25 of 28) sorted by relevance

12

/external/e2fsprogs/lib/ext2fs/
Drw_bitmaps.c211 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 …]
Dext2_fs.h357 __u32 inode_bitmap; /* Absolute block number of inode bitmap */ member
367 __u64 inode_bitmap; /* Absolute block number of inode bitmap */ member
Dext2_err.et.in39 "Wrong magic number for inode_bitmap structure"
/external/e2fsprogs/resize/
Donline.c238 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/
Ddumpe2fs.c158 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/
Dmke2fs.c164 uint32_t inode_bitmap; // Block number of inode bitmap member
705 bg[slot].inode_bitmap = SWAP_LE32(used++); in mke2fs_main()
/external/e2fsprogs/ext2ed/
Dext2.descriptors394 struct inode_bitmap {
/external/e2fsprogs/po/
Dfi.po7133 msgid "Wrong magic number for inode_bitmap structure"
7134 msgstr "Väärä taikaluku inode_bitmap-rakenteelle"
Dsr.po7774 msgid "Wrong magic number for inode_bitmap structure"
7775 msgstr "Погрешан магични број за структуру „inode_bitmap“"
Dzh_CN.po7495 msgid "Wrong magic number for inode_bitmap structure"
7496 msgstr "inode_bitmap结构体中的幻数有错"
Duk.po7523 msgid "Wrong magic number for inode_bitmap structure"
7524 msgstr "Помилкове значення контрольної суми для структури inode_bitmap"
Dda.po7415 msgid "Wrong magic number for inode_bitmap structure"
7416 msgstr "Forkert magisk nummer for inode_bitmap-struktur"
Deo.po7306 msgid "Wrong magic number for inode_bitmap structure"
7307 msgstr "Malĝustas magia numero por strukturo 'inode_bitmap'"
Dpl.po7513 msgid "Wrong magic number for inode_bitmap structure"
7514 msgstr "Błędna liczba magiczna dla struktury inode_bitmap"
Dpt.po7492 msgid "Wrong magic number for inode_bitmap structure"
7493 msgstr "Número mágico errado para estrutura inode_bitmap"
Dsv.po7519 msgid "Wrong magic number for inode_bitmap structure"
7520 msgstr "Fel magiskt tal för inode_bitmap-post"
Dnl.po7556 msgid "Wrong magic number for inode_bitmap structure"
7557 msgstr "Ongeldig magisch getal voor 'inode_bitmap'-structuur"
Dhu.po7746 msgid "Wrong magic number for inode_bitmap structure"
7747 msgstr "Hibás bűvös szám az inode_bitmap struktúrához"
Dca.po7774 msgid "Wrong magic number for inode_bitmap structure"
7775 msgstr "El número màgic és incorrecte per l'estructura d'inode_bitmap"
Dde.po7711 msgid "Wrong magic number for inode_bitmap structure"
7712 msgstr "Falsche magische Zahl für eine inode_bitmap-Struktur"
Dcs.po7582 msgid "Wrong magic number for inode_bitmap structure"
7583 msgstr "Chybné magické číslo pro strukturu inode_bitmap"
Des.po7592 msgid "Wrong magic number for inode_bitmap structure"
7593 msgstr "Número mágico incorrecto para la estructura inode_bitmap"
Dvi.po7502 msgid "Wrong magic number for inode_bitmap structure"
7503 msgstr "Sai số màu nhiệm cho cấu trúc inode_bitmap"
De2fsprogs.pot7130 msgid "Wrong magic number for inode_bitmap structure"
Dms.po7486 msgid "Wrong magic number for inode_bitmap structure"

12