Home
last modified time | relevance | path

Searched refs:badblocks_list (Results 1 – 25 of 32) sorted by relevance

12

/third_party/e2fsprogs/lib/ext2fs/
Dbb_compat.c30 errcode_t badblocks_list_create(badblocks_list *ret, int size) in badblocks_list_create()
35 void badblocks_list_free(badblocks_list bb) in badblocks_list_free()
40 errcode_t badblocks_list_add(badblocks_list bb, blk_t blk) in badblocks_list_add()
45 int badblocks_list_test(badblocks_list bb, blk_t blk) in badblocks_list_test()
50 errcode_t badblocks_list_iterate_begin(badblocks_list bb, in badblocks_list_iterate_begin()
Dtst_badblocks.c69 static errcode_t create_test_list(blk_t *vec, badblocks_list *ret) in create_test_list()
72 badblocks_list bb; in create_test_list()
93 static void print_list(badblocks_list bb, int verify) in print_list()
122 static void validate_test_seq(badblocks_list bb, blk_t *vec) in validate_test_seq()
140 static void do_test_seq(badblocks_list bb, blk_t *vec) in do_test_seq()
172 int file_test(badblocks_list bb) in file_test()
174 badblocks_list new_bb = 0; in file_test()
219 void file_test_invalid(badblocks_list bb) in file_test_invalid()
221 badblocks_list new_bb = 0; in file_test_invalid()
278 badblocks_list bb1, bb2, bb3, bb4, bb5; in main()
Dtst_iscan.c34 badblocks_list test_badblocks;
Dext2fs.h149 typedef struct ext2_struct_u32_list *badblocks_list; typedef
849 extern errcode_t badblocks_list_create(badblocks_list *ret, int size);
850 extern errcode_t badblocks_list_add(badblocks_list bb, blk_t blk);
851 extern int badblocks_list_test(badblocks_list bb, blk_t blk);
852 extern errcode_t badblocks_list_iterate_begin(badblocks_list bb,
856 extern void badblocks_list_free(badblocks_list bb);
Dext2_err.et.in18 "Wrong magic number for badblocks_list structure"
Dinode.c329 badblocks_list bb = scan->fs->badblocks; in check_for_inode_bad_blocks()
/third_party/e2fsprogs/e2fsck/
Dbadblocks.c32 badblocks_list bb_list = 0; in read_bad_blocks_file()
/third_party/e2fsprogs/misc/
Dmke2fs.c228 static void read_bb_file(ext2_filsys fs, badblocks_list *bb_list, in read_bb_file()
252 static void test_disk(ext2_filsys fs, badblocks_list *bb_list) in test_disk()
279 static void handle_bad_blocks(ext2_filsys fs, badblocks_list bb_list) in handle_bad_blocks()
537 static void create_bad_block_inode(ext2_filsys fs, badblocks_list bb_list) in create_bad_block_inode()
2975 badblocks_list bb_list = 0; in main()
Ddumpe2fs.c326 badblocks_list bb_list = 0; in list_bad_blocks()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.07.txt97 The badblocks_list functions now store the bad blocks in a sorted
/third_party/f2fs-tools/
DVERSIONING207 "Wrong magic number for badblocks_list structure"
/third_party/e2fsprogs/po/
Dfi.po7105 msgid "Wrong magic number for badblocks_list structure"
7106 msgstr "Väärä taikaluku badblocks_list-rakenteelle"
Dsr.po7569 msgid "Wrong magic number for badblocks_list structure"
7570 msgstr "Погрешан магични број за структуру „badblocks_list“"
Duk.po7578 msgid "Wrong magic number for badblocks_list structure"
7579 msgstr "Помилкове значення контрольної суми для структури badblocks_list"
Dzh_CN.po7520 msgid "Wrong magic number for badblocks_list structure"
7521 msgstr "badblocks_list结构体中的幻数有错"
Dda.po7387 msgid "Wrong magic number for badblocks_list structure"
7388 msgstr "Forkert magisk nummer for badblocks_list-struktur"
Deo.po7278 msgid "Wrong magic number for badblocks_list structure"
7279 msgstr "Malĝustas magia numero por strukturo 'badblocks_list'"
Dsv.po7659 msgid "Wrong magic number for badblocks_list structure"
7660 msgstr "Fel magiskt tal för badblocks_list-post"
Dpt.po7636 msgid "Wrong magic number for badblocks_list structure"
7637 msgstr "Número mágico errado para estrutura badblocks_list"
Dpl.po7653 msgid "Wrong magic number for badblocks_list structure"
7654 msgstr "Błędna liczba magiczna dla struktury badblocks_list"
Dde.po7683 msgid "Wrong magic number for badblocks_list structure"
7684 msgstr "Falsche magische Zahl für eine badblocks_list-Struktur"
Dnl.po7714 msgid "Wrong magic number for badblocks_list structure"
7715 msgstr "Ongeldig magisch getal voor 'badblocks_list'-structuur"
Dca.po7746 msgid "Wrong magic number for badblocks_list structure"
7747 msgstr "El número màgic és incorrecte per l'estructura de badblocks_list"
Dhu.po7718 msgid "Wrong magic number for badblocks_list structure"
7719 msgstr "Hibás bűvös szám a badblocks_list struktúrához"
Des.po7646 msgid "Wrong magic number for badblocks_list structure"
7647 msgstr "Número mágico incorrecto para la estructura badblocks_list"

12