Home
last modified time | relevance | path

Searched refs:exfat_bug (Results 1 – 7 of 7) sorted by relevance

/fs/exfat/
A Dcluster.c42 exfat_bug("invalid cluster number %u", cluster); in c2s()
80 exfat_bug("bad cluster 0x%x", cluster); in exfat_next_cluster()
218 exfat_bug("caller must check cluster validity (%#x, %#x)", cluster, in free_cluster()
247 exfat_bug("zero clusters count passed"); in grow_file()
262 exfat_bug("non-zero pointer index (%u)", node->fptr_index); in grow_file()
311 exfat_bug("zero difference passed"); in shrink_file()
313 exfat_bug("unable to shrink empty file (%u clusters)", current); in shrink_file()
315 exfat_bug("file underflow (%u < %u)", current, difference); in shrink_file()
398 exfat_bug("invalid cluster 0x%x after allocation", cluster); in erase_range()
414 exfat_bug("no references, node changes can be lost"); in exfat_truncate()
A Dnode.c46 exfat_bug("reference counter of '%s' is below zero", buffer); in exfat_put_node()
67 exfat_bug("unable to cleanup a node with %d references", in exfat_cleanup_node()
86 exfat_bug("attempted to read entries from a file"); in read_entries()
107 exfat_bug("attempted to write entries into a file"); in write_entries()
617 exfat_bug("node '%s' is dirty", buffer); in reset_cache()
640 exfat_bug("unable to flush node to read-only FS"); in exfat_flush_node()
721 exfat_bug("attempted to shrink a file"); in shrink_directory()
723 exfat_bug("attempted to shrink uncached directory"); in shrink_directory()
838 exfat_bug("directory is not cached"); in find_slot()
A Drepair.c70 exfat_bug("invalid repair option value: %d", ef->repair); in exfat_ask_to_fix()
A Dexfat.h153 #define exfat_bug(fmt, args...) log_crit(fmt, ##args) macro
158 void exfat_bug(const char* format, ...) PRINTF NORETURN;
A Dutf.c146 exfat_bug("no input for utf8_to_wchar"); in utf8_to_wchar()
A Dlookup.c222 exfat_bug("impossible"); in exfat_split()
A Dutils.c53 exfat_bug("failed to convert name to UTF-8"); in exfat_get_name()

Completed in 12 milliseconds