• Home
  • Raw
  • Download

Lines Matching refs:exfat_err

102 		exfat_err("ERROR: %s: " fmt,		\
115 exfat_err("failed to allocate exfat_node\n"); in alloc_exfat_inode()
173 exfat_err("not directory.\n"); in inode_free_ancestors()
222 exfat_err("failed to allocate bitmap\n"); in init_exfat()
229 exfat_err("failed to allocate bitmap\n"); in init_exfat()
548 exfat_err("/: bad cluster. 0x%x\n", clus); in root_get_clus_count()
554 exfat_err("/: cluster is already allocated, or " in root_get_clus_count()
563 exfat_err("/: broken cluster chain\n"); in root_get_clus_count()
604 exfat_err("failed to read boot region\n"); in boot_region_checksum()
614 exfat_err("failed to read a boot checksum sector\n"); in boot_region_checksum()
621 exfat_err("checksum of boot region is not correct. %#x, but expected %#x\n", in boot_region_checksum()
648 exfat_err("failed to set VolumeDirty\n"); in exfat_mark_volume_dirty()
653 exfat_err("failed to set VolumeDirty\n"); in exfat_mark_volume_dirty()
669 exfat_err("failed to allocate memory\n"); in read_boot_region()
675 exfat_err("failed to read a boot sector\n"); in read_boot_region()
682 exfat_err("failed to find exfat file system\n"); in read_boot_region()
693 exfat_err("too small or big sector size: %d\n", in read_boot_region()
700 exfat_err("too big cluster size: %d\n", in read_boot_region()
707 exfat_err("unsupported exfat version: %d.%d\n", in read_boot_region()
714 exfat_err("unsupported FAT count: %d\n", in read_boot_region()
722 exfat_err("too large sector count: %" PRIu64 ", expected: %llu\n", in read_boot_region()
731 exfat_err("too large cluster count: %u, expected: %u\n", in read_boot_region()
798 exfat_err("failed to read Main boot sector\n"); in exfat_boot_region_check()
834 exfat_err("backup boot region is also corrupted\n"); in exfat_boot_region_check()
841 exfat_err("failed to restore boot region from backup\n"); in exfat_boot_region_check()
951 exfat_err("failed to get file dentry. %d\n", ret); in read_file_dentries()
956 exfat_err("failed to get stream dentry. %d\n", ret); in read_file_dentries()
966 exfat_err("too few secondary count. %d\n", in read_file_dentries()
975 exfat_err("failed to get name dentry. %d\n", ret); in read_file_dentries()
1050 exfat_err("too long label. %d\n", dentry->vol_char_cnt); in read_volume_label()
1057 exfat_err("failed to decode volume label\n"); in read_volume_label()
1097 exfat_err("invalid size of allocation bitmap. 0x%" PRIx64 "\n", in read_bitmap()
1102 exfat_err("invalid start cluster of allocate bitmap. 0x%x\n", in read_bitmap()
1137 exfat_err("invalid start cluster of upcase table. 0x%x\n", in read_upcase_table()
1145 exfat_err("invalid size of upcase table. 0x%" PRIx64 "\n", in read_upcase_table()
1152 exfat_err("failed to allocate upcase table\n"); in read_upcase_table()
1159 exfat_err("failed to read upcase table\n"); in read_upcase_table()
1167 exfat_err("corrupted upcase table %#x (expected: %#x)\n", in read_upcase_table()
1228 exfat_err("failed to verify volume label\n"); in read_children()
1235 exfat_err( in read_children()
1243 exfat_err( in read_children()
1254 exfat_err("unknown entry type. 0x%x\n", dentry->type); in read_children()
1294 exfat_err("failed to read fat entries, %zd\n", len); in write_dirty_fat()
1319 exfat_err("failed to write " in write_dirty_fat()
1382 exfat_err("failed to write fat entries\n"); in reclaim_free_clusters()
1386 exfat_err("failed to write bitmap\n"); in reclaim_free_clusters()
1405 exfat_err("root is NULL\n"); in exfat_filesystem_check()
1449 exfat_err("failed to allocate memory\n"); in exfat_root_dir_check()
1455 exfat_err("failed to follow the cluster chain of root\n"); in exfat_root_dir_check()
1530 exfat_err("failed to init locale/codeset\n"); in main()
1586 exfat_err("failed to open %s. %d\n", ui.ei.dev_name, ret); in main()
1592 exfat_err("failed to allocate exfat\n"); in main()
1617 exfat_err("failed to verify root directory.\n"); in main()
1627 exfat_err("failed to sync\n"); in main()