Searched refs:ntfs_err (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | super.c | 551 ntfs_err(sb, "failed (%d) to write label", err); in ntfs3_label_write() 1001 ntfs_err(sb, "%s signature is not NTFS.", hint); in ntfs_init_from_boot() 1014 ntfs_err(sb, "%s: invalid bytes per sector %u.", hint, in ntfs_init_from_boot() 1022 ntfs_err(sb, "%s: invalid sectors per cluster %u.", hint, in ntfs_init_from_boot() 1037 ntfs_err( in ntfs_init_from_boot() 1049 ntfs_err(sb, "%s: invalid record size %d.", hint, in ntfs_init_from_boot() 1060 ntfs_err(sb, "%s: invalid bytes per MFT record %u (%d).", hint, in ntfs_init_from_boot() 1066 ntfs_err(sb, "Unsupported bytes per MFT record %u.", in ntfs_init_from_boot() 1076 ntfs_err(sb, "%s: invalid index size %d.", hint, in ntfs_init_from_boot() 1083 ntfs_err(sb, "%s: invalid bytes per index %u(%d).", hint, in ntfs_init_from_boot() [all …]
|
| H A D | debug.h | 43 #define ntfs_err(sb, fmt, ...) ntfs_printk(sb, KERN_ERR fmt, ##__VA_ARGS__) macro
|
| H A D | record.c | 184 ntfs_err(sbi->sb, "mft corrupted"); in mi_read()
|