Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dsuper.c778 ntfs_err( in ntfs_init_from_boot()
948 ntfs_err(sb, "Failed to load $Volume."); in ntfs_fill_super()
996 ntfs_err(sb, "Failed to load $MFTMirr."); in ntfs_fill_super()
1011 ntfs_err(sb, "Failed to load \x24LogFile."); in ntfs_fill_super()
1047 ntfs_err(sb, "Failed to load $MFT."); in ntfs_fill_super()
1073 ntfs_err(sb, "Failed to load $BadClus."); in ntfs_fill_super()
1097 ntfs_err(sb, "Failed to load $Bitmap."); in ntfs_fill_super()
1134 ntfs_err(sb, "Failed to load $AttrDef -> %d", err); in ntfs_fill_super()
1197 ntfs_err(sb, "Failed to load $UpCase."); in ntfs_fill_super()
1264 ntfs_err(sb, "Failed to load root."); in ntfs_fill_super()
Ddebug.h43 #define ntfs_err(sb, fmt, ...) ntfs_printk(sb, KERN_ERR fmt, ##__VA_ARGS__) macro
Dfsntfs.c202 ntfs_err(sb, "Failed to load $Extend."); in ntfs_extend_init()
261 ntfs_err(sb, "\x24LogFile is too big"); in ntfs_loadlog_and_replay()
290 ntfs_err(sb, "Failed to load $MFT."); in ntfs_loadlog_and_replay()
379 ntfs_err(sbi->sb, "no free space to extend mft"); in ntfs_look_for_free_space()
1034 ntfs_err(sb, "failed to read block %llx", in ntfs_sb_write()
1063 ntfs_err( in ntfs_sb_write()
1836 ntfs_err(sb, "Failed to load $Secure."); in ntfs_security_init()
Ddir.c68 ntfs_err(sbi->sb, "failed to convert \"%s\" to %s", dump, in ntfs_utf16_to_nls()
Drun.c994 ntfs_err( in run_unpack()
Dinode.c80 ntfs_err(sb, "MFT: r=%lx, expect seq=%x instead of %x!", ino, in ntfs_read_mft()
85 ntfs_err(sb, "Inode r=%x is not in use!", (u32)ino); in ntfs_read_mft()
Dntfs_fs.h1020 ntfs_err(sb, "failed to read volume at offset 0x%llx", in ntfs_bread()
Dfrecord.c3333 ntfs_err(sb, "%s r=%lx failed, %d.", hint, inode->i_ino, err); in ni_write_inode()