Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dsuper.c551 exfat_warn(sb, "Volume was not properly unmounted. Some data may be corrupt. Please run fsck."); in exfat_read_boot_sector()
553 exfat_warn(sb, "Medium has reported failures. Some data may be lost."); in exfat_read_boot_sector()
583 exfat_warn(sb, "Invalid exboot-signature(sector = %d): 0x%08x", in exfat_verify_boot_region()
666 exfat_warn(sb, "mounting with \"discard\" option, but the device does not support discard"); in exfat_fill_super()
H A Dnamei.c656 exfat_warn(sb, "start_clu is invalid cluster(0x%x)", in exfat_find()
663 exfat_warn(sb, "valid_size(%lld) is greater than size(%lld)", in exfat_find()
1297 exfat_warn(sb, "abnormal access to an inode dropped"); in exfat_rename()
H A Dexfat_fs.h561 #define exfat_warn(sb, fmt, ...) \ macro