Searched refs:exfat_warn (Results 1 – 4 of 4) sorted by relevance
155 #define exfat_warn(fmt, args...) log_warning(fmt, ##args) macro160 void exfat_warn(const char* format, ...) PRINTF;
285 exfat_warn("file system in sectors is larger than device: " in exfat_mount()301 exfat_warn("volume was not unmounted cleanly"); in exfat_mount()
172 exfat_warn("'%s' is write-protected, mounting read-only", spec); in exfat_open()242 exfat_warn("partition type is not 0x07 (NTFS/exFAT); " in exfat_open()
53 exfat_warn("dirty node '%s' with zero references", buffer); in exfat_put_node()611 exfat_warn("non-zero reference counter (%d) for '%s'", in reset_cache()
Completed in 8 milliseconds