Home
last modified time | relevance | path

Searched refs:exfat_err (Results 1 – 11 of 11) sorted by relevance

/third_party/exfatprogs/lib/
Dlibexfat.c148 exfat_err("open failed : %s, %s\n", ui->dev_name, in exfat_get_blk_dev_info()
154 exfat_err("invalid block device size(%s)\n", in exfat_get_blk_dev_info()
237 exfat_err("invalid character sequence in current locale\n"); in exfat_utf16_enc()
248 exfat_err("invalid character sequence in current locale\n"); in exfat_utf16_enc()
257 exfat_err("input string is too long\n"); in exfat_utf16_enc()
326 exfat_err("invalid UTF-16 sequence\n"); in exfat_utf16_dec()
331 exfat_err("input string is too long\n"); in exfat_utf16_dec()
343 exfat_err("invalid UTF-16 sequence\n"); in exfat_utf16_dec()
359 exfat_err("failed to allocate memory\n"); in exfat_get_root_entry_offset()
365 exfat_err("boot sector read failed: %d\n", errno); in exfat_get_root_entry_offset()
[all …]
Dexfat_fs.c27 exfat_err("failed to allocate exfat_node\n"); in exfat_alloc_inode()
145 exfat_err("failed to allocate bitmap\n"); in exfat_alloc_exfat()
152 exfat_err("failed to allocate bitmap\n"); in exfat_alloc_exfat()
159 exfat_err("failed to allocate bitmap\n"); in exfat_alloc_exfat()
165 exfat_err("failed to allocate a zero-filled cluster buffer\n"); in exfat_alloc_exfat()
Dexfat_dir.c25 exfat_err("ERROR: %s: " fmt, \
246 exfat_err("failed to read directory entries.\n"); in exfat_de_iter_init()
810 exfat_err("failed to find an free cluster\n"); in exfat_alloc_cluster()
822 exfat_err("failed to fill new cluster with zeroes\n"); in exfat_alloc_cluster()
829 exfat_err("failed to get the last cluster\n"); in exfat_alloc_cluster()
/third_party/exfatprogs/exfat2img/
Dexfat2img.c92 exfat_err("ERROR: %s: " fmt, \
145 exfat_err("failed to open %s: %s\n", out_path, in create_exfat2img()
186 exfat_err("failed to read %llu bytes at %llu\n", in dump_range()
195 exfat_err("failed to write %llu bytes at %llu\n", in dump_range()
382 exfat_err("invalid start cluster of allocate bitmap. 0x%x\n", in read_bitmap()
412 exfat_err("invalid start cluster of upcase table. 0x%x\n", in read_upcase_table()
515 exfat_err("root is NULL\n"); in dump_filesystem()
562 exfat_err("try to skip for stdout at %llu, expected: %llu\n", in dump_bytes_to_stdout()
575 exfat_err("failed to read %llu bytes at %llu\n", in dump_bytes_to_stdout()
583 exfat_err("failed to write %llu bytes at %llu\n", in dump_bytes_to_stdout()
[all …]
/third_party/exfatprogs/dump/
Ddump.c81 exfat_err("Cannot allocate pbr: out of memory\n"); in exfat_show_ondisk_all_info()
88 exfat_err("main boot sector read failed\n"); in exfat_show_ondisk_all_info()
94 exfat_err("Bad fs_name in boot sector, which does not describe a valid exfat filesystem\n"); in exfat_show_ondisk_all_info()
103 exfat_err("bogus sector size bits : %u\n", in exfat_show_ondisk_all_info()
110 exfat_err("bogus sectors bits per cluster : %u\n", in exfat_show_ondisk_all_info()
143 exfat_err("failed to allocate memory\n"); in exfat_show_ondisk_all_info()
151 exfat_err("bitmap entry read failed: %d\n", errno); in exfat_show_ondisk_all_info()
184 exfat_err("bitmap allocation failed\n"); in exfat_show_ondisk_all_info()
191 exfat_err("bitmap entry read failed: %d\n", errno); in exfat_show_ondisk_all_info()
228 exfat_err("failed to init locale/codeset\n"); in main()
/third_party/exfatprogs/mkfs/
Dmkfs.c115 exfat_err("Cannot allocate pbr: out of memory\n"); in exfat_write_boot_sector()
125 exfat_err("main boot sector write failed\n"); in exfat_write_boot_sector()
159 exfat_err("extended boot sector write failed\n"); in exfat_write_extended_boot_sectors()
190 exfat_err("oem sector write failed\n"); in exfat_write_oem_sector()
202 exfat_err("reserved sector write failed\n"); in exfat_write_oem_sector()
242 exfat_err("write failed, offset : %llu, clu : %x\n", in write_fat_entry()
279 exfat_err("fat 0 entry write failed\n"); in exfat_create_fat_table()
286 exfat_err("fat 1 entry write failed\n"); in exfat_create_fat_table()
327 exfat_err("write failed, nbytes : %d, bitmap_len : %d\n", in exfat_create_bitmap()
364 exfat_err("write failed, nbytes : %d, dentries_len : %d\n", in exfat_create_root_dir()
[all …]
/third_party/exfatprogs/fsck/
Dfsck.c85 exfat_err("ERROR: %s: " fmt, \
267 exfat_err("ERROR: failed to read the fat entry of root"); in root_check_clus_chain()
292 exfat_err("ERROR: the start cluster of root is wrong\n"); in root_check_clus_chain()
316 exfat_err("failed to read boot region\n"); in boot_region_checksum()
326 exfat_err("failed to read a boot checksum sector\n"); in boot_region_checksum()
333 exfat_err("checksum of boot region is not correct. %#x, but expected %#x\n", in boot_region_checksum()
357 exfat_err("failed to set VolumeDirty\n"); in exfat_mark_volume_dirty()
362 exfat_err("failed to set VolumeDirty\n"); in exfat_mark_volume_dirty()
378 exfat_err("failed to allocate memory\n"); in read_boot_region()
384 exfat_err("failed to read a boot sector\n"); in read_boot_region()
[all …]
Drepair.c144 exfat_err("unknown problem code. %#x\n", prcode); in exfat_repair_ask()
/third_party/exfatprogs/label/
Dlabel.c49 exfat_err("failed to init locale/codeset\n"); in main()
121 exfat_err("failed to follow the cluster chain of root\n"); in main()
/third_party/exfatprogs/tune/
Dtune.c59 exfat_err("failed to init locale/codeset\n"); in main()
133 exfat_err("failed to follow the cluster chain of root\n"); in main()
/third_party/exfatprogs/include/
Dlibexfat.h191 #define exfat_err(fmt, ...) exfat_msg(EXFAT_ERROR, stderr, \ macro