Searched refs:ntfs_err (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | super.c | 556 ntfs_err(sb, "failed (%d) to write label", err); in ntfs3_label_write() 1008 ntfs_err(sb, "%s signature is not NTFS.", hint); in ntfs_init_from_boot() 1021 ntfs_err(sb, "%s: invalid bytes per sector %u.", hint, in ntfs_init_from_boot() 1029 ntfs_err(sb, "%s: invalid sectors per cluster %u.", hint, in ntfs_init_from_boot() 1052 ntfs_err( in ntfs_init_from_boot() 1064 ntfs_err(sb, "%s: invalid record size %d.", hint, in ntfs_init_from_boot() 1075 ntfs_err(sb, "%s: invalid bytes per MFT record %u (%d).", hint, in ntfs_init_from_boot() 1081 ntfs_err(sb, "Unsupported bytes per MFT record %u.", in ntfs_init_from_boot() 1091 ntfs_err(sb, "%s: invalid index size %d.", hint, in ntfs_init_from_boot() 1098 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 | fsntfs.c | 233 ntfs_err(sb, "Failed to load $Extend (%d).", err); in ntfs_extend_init() 292 ntfs_err(sb, "\x24LogFile is large than 4G."); in ntfs_loadlog_and_replay() 321 ntfs_err(sb, "Failed to load $MFT."); in ntfs_loadlog_and_replay() 381 ntfs_err(sbi->sb, "no free space to extend mft"); in ntfs_look_for_free_space() 1049 ntfs_err(sb, "try to read out of volume at offset 0x%llx", in ntfs_bread() 1058 ntfs_err(sb, "failed to read volume at offset 0x%llx", in ntfs_bread() 1083 ntfs_err(sb, "failed to read block %llx", in ntfs_sb_write() 1110 ntfs_err( in ntfs_sb_write() 1895 ntfs_err(sb, "Failed to load $Secure (%d).", err); in ntfs_security_init() 1913 ntfs_err(sb, "$Secure::$SDH is corrupted."); in ntfs_security_init() [all …]
|
| H A D | inode.c | 87 ntfs_err(sb, "MFT: r=%llx, expect seq=%x instead of %x!", ino, in ntfs_read_mft() 92 ntfs_err(sb, "Inode r=%x is not in use!", (u32)ino); in ntfs_read_mft() 2045 ntfs_err(sb, "Error getting link path"); in ntfs_translate_junction() 2062 ntfs_err(sb, in ntfs_translate_junction() 2079 ntfs_err(sb, "Link target (%s) missing drive separator", in ntfs_translate_junction() 2090 ntfs_err(sb, "Link target %s too large for buffer (%d <= %d)", in ntfs_translate_junction() 2100 ntfs_err(sb, "Target path %s too large for buffer (%d <= %d)", in ntfs_translate_junction()
|
| H A D | dir.c | 74 ntfs_err(sbi->sb, "failed to convert \"%s\" to %s", dump, in ntfs_utf16_to_nls()
|
| H A D | record.c | 184 ntfs_err(sbi->sb, "mft corrupted"); in mi_read()
|
| H A D | run.c | 1119 ntfs_err( in run_unpack()
|