Lines Matching refs:exfat_error
96 exfat_error("read %zd bytes instead of %zu bytes", size, in read_entries()
115 exfat_error("wrote %zd bytes instead of %zu bytes", size, in write_entries()
125 exfat_error("failed to allocate node"); in allocate_node()
201 exfat_error("unexpected entry type %#x after %#x at %d/%d", in check_entries()
225 exfat_error("'%s' has invalid checksum (%#hx != %#hx)", buffer, in check_node()
240 exfat_error("'%s' has valid size (%"PRIu64") greater than size " in check_node()
254 exfat_error("'%s' is empty but start cluster is %#x", buffer, in check_node()
261 exfat_error("'%s' points to invalid cluster %#x", buffer, in check_node()
270 exfat_error("'%s' is larger than clusters heap: %"PRIu64" > %"PRIu64, in check_node()
279 exfat_error("'%s' is empty but marked as contiguous (%#hx)", buffer, in check_node()
288 exfat_error("'%s' directory size %"PRIu64" is not divisible by %d", buffer, in check_node()
309 exfat_error("too few continuations (%hhu)", meta1->continuations); in parse_file_entries()
315 exfat_error("unknown flags in meta2 (%#hhx)", meta2->flags); in parse_file_entries()
321 exfat_error("too few continuations (%hhu < %d)", in parse_file_entries()
419 exfat_error("invalid cluster 0x%x in upcase table", in readdir()
428 exfat_error("bad upcase table size (%"PRIu64" bytes)", in readdir()
435 exfat_error("failed to allocate upcase table (%"PRIu64" bytes)", in readdir()
445 exfat_error("failed to read upper case table " in readdir()
457 exfat_error("failed to allocate decompressed upcase table"); in readdir()
470 exfat_error("invalid cluster 0x%x in clusters bitmap", in readdir()
477 exfat_error("invalid clusters bitmap size: %"PRIu64 in readdir()
488 exfat_error("failed to allocate clusters bitmap chunk " in readdir()
497 exfat_error("failed to read clusters bitmap " in readdir()
508 exfat_error("too long label (%hhu chars)", label->length); in readdir()
523 exfat_error("unknown entry type %#hhx", entry.type); in readdir()
845 exfat_error("failed to allocate directory bitmap (%"PRIu64")", in find_slot()