Home
last modified time | relevance | path

Searched refs:ntfs_err (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/fs/ntfs3/
Dsuper.c520 ntfs_err(sb, "failed (%d) to write label", err); in ntfs3_label_write()
889 ntfs_err(sb, "%s signature is not NTFS.", hint); in ntfs_init_from_boot()
902 ntfs_err(sb, "%s: invalid bytes per sector %u.", hint, in ntfs_init_from_boot()
910 ntfs_err(sb, "%s: invalid sectors per cluster %u.", hint, in ntfs_init_from_boot()
925 ntfs_err( in ntfs_init_from_boot()
937 ntfs_err(sb, "%s: invalid record size %d.", hint, in ntfs_init_from_boot()
948 ntfs_err(sb, "%s: invalid bytes per MFT record %u (%d).", hint, in ntfs_init_from_boot()
954 ntfs_err(sb, "Unsupported bytes per MFT record %u.", in ntfs_init_from_boot()
964 ntfs_err(sb, "%s: invalid index size %d.", hint, in ntfs_init_from_boot()
971 ntfs_err(sb, "%s: invalid bytes per index %u(%d).", hint, in ntfs_init_from_boot()
[all …]
Ddebug.h43 #define ntfs_err(sb, fmt, ...) ntfs_printk(sb, KERN_ERR fmt, ##__VA_ARGS__) macro
Dfsntfs.c227 ntfs_err(sb, "Failed to load $Extend (%d).", err); in ntfs_extend_init()
286 ntfs_err(sb, "\x24LogFile is large than 4G."); in ntfs_loadlog_and_replay()
315 ntfs_err(sb, "Failed to load $MFT."); in ntfs_loadlog_and_replay()
375 ntfs_err(sbi->sb, "no free space to extend mft"); in ntfs_look_for_free_space()
1057 ntfs_err(sb, "failed to read block %llx", in ntfs_sb_write()
1086 ntfs_err( in ntfs_sb_write()
1860 ntfs_err(sb, "Failed to load $Secure (%d).", err); in ntfs_security_init()
1878 ntfs_err(sb, "$Secure::$SDH is corrupted."); in ntfs_security_init()
1885 ntfs_err(sb, "Failed to initialize $Secure::$SDH (%d).", err); in ntfs_security_init()
1898 ntfs_err(sb, "$Secure::$SII is corrupted."); in ntfs_security_init()
[all …]
Dinode.c81 ntfs_err(sb, "MFT: r=%lx, expect seq=%x instead of %x!", ino, in ntfs_read_mft()
86 ntfs_err(sb, "Inode r=%x is not in use!", (u32)ino); in ntfs_read_mft()
1827 ntfs_err(sb, "Error getting link path"); in ntfs_translate_junction()
1844 ntfs_err(sb, in ntfs_translate_junction()
1861 ntfs_err(sb, "Link target (%s) missing drive separator", in ntfs_translate_junction()
1872 ntfs_err(sb, "Link target %s too large for buffer (%d <= %d)", in ntfs_translate_junction()
1882 ntfs_err(sb, "Target path %s too large for buffer (%d <= %d)", in ntfs_translate_junction()
Ddir.c68 ntfs_err(sbi->sb, "failed to convert \"%s\" to %s", dump, in ntfs_utf16_to_nls()
Drecord.c184 ntfs_err(sbi->sb, "mft corrupted"); in mi_read()
Drun.c997 ntfs_err( in run_unpack()
Dntfs_fs.h1036 ntfs_err(sb, "failed to read volume at offset 0x%llx", in ntfs_bread()