Home
last modified time | relevance | path

Searched refs:exfat_error (Results 1 – 8 of 8) sorted by relevance

/fs/exfat/
A Dmount.c119 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 Dio.c125 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 Dutf.c118 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 Dnode.c96 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 Dcluster.c165 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 Dtime.c73 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 Drepair.c86 exfat_error("failed to write correct VBR checksum"); in exfat_fix_invalid_vbr_checksum()
A Dexfat.h154 #define exfat_error(fmt, args...) log_err(fmt, ##args) macro
159 void exfat_error(const char* format, ...) PRINTF;

Completed in 13 milliseconds