Home
last modified time | relevance | path

Searched refs:exfat_warn (Results 1 – 3 of 3) sorted by relevance

/linux/fs/exfat/
H A Dsuper.c530 exfat_warn(sb, "Volume was not properly unmounted. Some data may be corrupt. Please run fsck."); in exfat_read_boot_sector()
532 exfat_warn(sb, "Medium has reported failures. Some data may be lost."); in exfat_read_boot_sector()
562 exfat_warn(sb, "Invalid exboot-signature(sector = %d): 0x%08x", in exfat_verify_boot_region()
633 exfat_warn(sb, "failed to test first cluster bit of root dir(%u)", in __exfat_fill_super()
670 exfat_warn(sb, "mounting with \"discard\" option, but the device does not support discard"); in exfat_fill_super()
798 exfat_warn(sb, "remounting with \"discard\" option, but the device does not support discard"); in exfat_reconfigure()
H A Dnamei.c650 exfat_warn(sb, "start_clu is invalid cluster(0x%x)", in exfat_find()
657 exfat_warn(sb, "valid_size(%lld) is greater than size(%lld)", in exfat_find()
1306 exfat_warn(sb, "abnormal access to an inode dropped"); in exfat_rename()
H A Dexfat_fs.h565 #define exfat_warn(sb, fmt, ...) \ macro