Searched refs:exfat_error (Results 1 – 8 of 8) sorted by relevance
| /fs/exfat/ |
| A D | mount.c | 119 exfat_error("failed to read boot sector"); in verify_vbr_checksum() 127 exfat_error("failed to read VBR sector"); in verify_vbr_checksum() 135 exfat_error("failed to read VBR checksum sector"); in verify_vbr_checksum() 153 exfat_error("failed to write super block"); in commit_super_block() 223 exfat_error("failed to read boot sector"); in exfat_mount() 230 exfat_error( in exfat_mount() 248 exfat_error("too big cluster size: 2^(%hhd+%hhd)", in exfat_mount() 256 exfat_error("failed to allocate zero sector"); in exfat_mount() 306 exfat_error("failed to allocate root node"); in exfat_mount() 332 exfat_error("upcase table is not found"); in exfat_mount() [all …]
|
| A D | io.c | 125 exfat_error("failed to open /dev/null"); in exfat_open() 184 exfat_error("failed to fstat '%s'", spec); in exfat_open() 207 exfat_error("failed to get block size"); in exfat_open() 214 exfat_error("failed to get blocks count"); in exfat_open() 231 exfat_error("failed to get disklabel"); in exfat_open() 255 exfat_error("failed to get media size"); in exfat_open() 269 exfat_error("failed to get size of '%s'", spec); in exfat_open() 294 exfat_error("failed to initialize ublio"); in exfat_open() 309 exfat_error("failed to close ublio"); in exfat_close() 329 exfat_error("ublio fsync failed"); in exfat_fsync() [all …]
|
| A D | utf.c | 118 exfat_error("illegal UTF-16 sequence"); in exfat_utf16_to_utf8() 124 exfat_error("name is too long"); in exfat_utf16_to_utf8() 132 exfat_error("name is too long"); in exfat_utf16_to_utf8() 226 exfat_error("illegal UTF-8 sequence"); in exfat_utf8_to_utf16() 232 exfat_error("name is too long"); in exfat_utf8_to_utf16() 240 exfat_error("name is too long"); in exfat_utf8_to_utf16()
|
| A D | node.c | 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() 261 exfat_error("'%s' points to invalid cluster %#x", buffer, in check_node() 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() 445 exfat_error("failed to read upper case table " in readdir() 477 exfat_error("invalid clusters bitmap size: %"PRIu64 in readdir() 497 exfat_error("failed to read clusters bitmap " in readdir() [all …]
|
| A D | cluster.c | 165 exfat_error("failed to write clusters bitmap"); in exfat_flush() 187 exfat_error("failed to write the next cluster %#x after %#x", next, in set_next_cluster() 207 exfat_error("no free space left"); in allocate_cluster() 255 exfat_error("invalid cluster 0x%x while growing", previous); in grow_file() 324 exfat_error("invalid cluster 0x%x while shrinking", last); in shrink_file() 346 exfat_error("invalid cluster 0x%x while freeing after shrink", in shrink_file() 365 exfat_error("failed to erase %zu bytes at %"PRId64, size, offset); in erase_raw() 385 exfat_error("invalid cluster 0x%x while erasing", cluster); in erase_range()
|
| A D | time.c | 73 exfat_error("bad date %u-%02hu-%02hu", in exfat_exfat2unix() 79 exfat_error("bad time %hu:%02hu:%02u", in exfat_exfat2unix() 85 exfat_error("bad centiseconds count %hhu", centisec); in exfat_exfat2unix()
|
| A D | repair.c | 86 exfat_error("failed to write correct VBR checksum"); in exfat_fix_invalid_vbr_checksum()
|
| A D | exfat.h | 154 #define exfat_error(fmt, args...) log_err(fmt, ##args) macro 159 void exfat_error(const char* format, ...) PRINTF;
|
Completed in 13 milliseconds