Home
last modified time | relevance | path

Searched refs:dirs_to_hash (Results 1 – 25 of 26) sorted by relevance

12

/third_party/e2fsprogs/e2fsck/
Drehash.c59 if (!ctx->dirs_to_hash) in e2fsck_rehash_dir_later()
60 ext2fs_u32_list_create(&ctx->dirs_to_hash, 50); in e2fsck_rehash_dir_later()
61 if (ctx->dirs_to_hash) in e2fsck_rehash_dir_later()
62 ext2fs_u32_list_add(ctx->dirs_to_hash, ino); in e2fsck_rehash_dir_later()
70 if (!ctx->dirs_to_hash) in e2fsck_dir_will_be_rehashed()
72 return ext2fs_u32_list_test(ctx->dirs_to_hash, ino); in e2fsck_dir_will_be_rehashed()
1127 if (!ctx->dirs_to_hash && !all_dirs) in e2fsck_rehash_directories()
1139 retval = ext2fs_u32_list_iterate_begin(ctx->dirs_to_hash, in e2fsck_rehash_directories()
1146 max = ext2fs_u32_list_count(ctx->dirs_to_hash); in e2fsck_rehash_directories()
1184 if (ctx->dirs_to_hash) in e2fsck_rehash_directories()
[all …]
De2fsck.c141 if (ctx->dirs_to_hash) { in e2fsck_reset_context()
142 ext2fs_u32_list_free(ctx->dirs_to_hash); in e2fsck_reset_context()
143 ctx->dirs_to_hash = 0; in e2fsck_reset_context()
Dpass2.c1143 if (ctx->dirs_to_hash && in check_dir_block()
1144 ext2fs_u32_list_test(ctx->dirs_to_hash, ino)) in check_dir_block()
1923 if (ctx->dirs_to_hash) in clear_htree()
1924 ext2fs_u32_list_add(ctx->dirs_to_hash, ino); in clear_htree()
De2fsck.h359 ext2_u32_list dirs_to_hash; member
Dpass1.c1191 if (ext2fs_u32_list_create(&ctx->dirs_to_hash, 50)) in e2fsck_pass1()
1192 ctx->dirs_to_hash = 0; in e2fsck_pass1()
3602 if (ctx->dirs_to_hash && pb.is_dir && in check_blocks()
/third_party/e2fsprogs/po/
Duk.po2837 msgid "Failed to create dirs_to_hash iterator: %m\n"
2838 msgstr "Не вдалося створити ітератор dirs_to_hash: %m\n"
Dzh_CN.po2798 msgid "Failed to create dirs_to_hash iterator: %m\n"
2799 msgstr "创建dirs_to_hash迭代器出错:%m\n"
Did.po2825 msgid "Failed to create dirs_to_hash iterator: %m\n"
2826 msgstr "Gagal membuat peng-iterasi dirs_to_hash: %m\n"
Dda.po2761 msgid "Failed to create dirs_to_hash iterator: %m\n"
2762 msgstr "Kunne ikke oprette dirs_to_hash-iterator: %m\n"
Dit.po2870 msgid "Failed to create dirs_to_hash iterator: %m\n"
2871 msgstr "Impossibile creare un iteratore dirs_to_hash: %m"
Dsv.po2871 msgid "Failed to create dirs_to_hash iterator: %m\n"
2872 msgstr "Misslyckades att skapa dirs_to_hash-iterator: %m\n"
Dtr.po2866 msgid "Failed to create dirs_to_hash iterator: %m\n"
2867 msgstr "dirs_to_hash yineleyici oluşturulamadı: %m"
Dpt.po2853 msgid "Failed to create dirs_to_hash iterator: %m\n"
2854 msgstr "Falha ao criar iterador dirs_to_hash: %m\n"
Dpl.po2851 msgid "Failed to create dirs_to_hash iterator: %m\n"
2852 msgstr "Tworzenie iteratora dirs_to_hash nie powiodło się: %m\n"
Dde.po2837 msgid "Failed to create dirs_to_hash iterator: %m\n"
2838 msgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
Dnl.po2874 msgid "Failed to create dirs_to_hash iterator: %m\n"
2875 msgstr "Maken van 'dirs_to_hash-iterator' is mislukt: %m\n"
Dca.po2861 msgid "Failed to create dirs_to_hash iterator: %m\n"
2862 msgstr "No s'ha pogut crear l'iterador dirs_to_hash: %m\n"
Dhu.po2919 msgid "Failed to create dirs_to_hash iterator: %m\n"
2920 msgstr "A dirs_to_hash iterátor létrehozása sikertelen: %m\n"
Des.po2903 msgid "Failed to create dirs_to_hash iterator: %m\n"
2904 msgstr "Fallo al crear el iterador dirs_to_hash: %m\n"
Dcs.po2875 msgid "Failed to create dirs_to_hash iterator: %m\n"
2876 msgstr "Nemohu vytvořit iterátor dirs_to_hash: %m\n"
Dvi.po2798 msgid "Failed to create dirs_to_hash iterator: %m\n"
2799 msgstr "Lỗi tạo bộ lặp lại thư mục tới băm (dirs_to_hash): %m\n"
Dfi.po2677 msgid "Failed to create dirs_to_hash iterator: %m\n"
De2fsprogs.pot2745 msgid "Failed to create dirs_to_hash iterator: %m\n"
Dsr.po2832 msgid "Failed to create dirs_to_hash iterator: %m\n"
Dms.po2947 msgid "Failed to create dirs_to_hash iterator: %m\n"

12