Searched refs:ntfs_warning (Results 1 – 9 of 9) sorted by relevance
/fs/ntfs/ |
D | super.c | 192 ntfs_warning(vol->sb, "Ignoring obsolete option %s.", in parse_options() 196 ntfs_warning(vol->sb, "Option iocharset is " in parse_options() 220 ntfs_warning(vol->sb, "Option utf8 is no longer " in parse_options() 247 ntfs_warning(vol->sb, "Sloppy option given. Ignoring " in parse_options() 323 ntfs_warning(vol->sb, "Not enabling sparse " in parse_options() 541 ntfs_warning(sb, "Failed to clear dirty bit " in ntfs_remount() 586 ntfs_warning(sb, "Invalid boot sector checksum."); in is_boot_sector_ntfs() 637 ntfs_warning(sb, "Invalid end of sector marker."); in is_boot_sector_ntfs() 722 ntfs_warning(sb, "Hot-fix: Recovering invalid primary " in read_ntfs_boot_sector() 735 ntfs_warning(sb, "Hot-fix: Recovery of primary boot " in read_ntfs_boot_sector() [all …]
|
D | debug.h | 50 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a) macro
|
D | compress.c | 681 ntfs_warning(vol->sb, "Buffer is unlocked but not " in ntfs_read_compressed_block() 689 ntfs_warning(vol->sb, "Buffer is now uptodate. Good."); in ntfs_read_compressed_block()
|
D | inode.c | 692 ntfs_warning(vi->i_sb, "Resident attribute list " in ntfs_read_locked_inode() 1881 ntfs_warning(sb, "Resident attribute list attribute " in ntfs_read_inode_mount() 2483 ntfs_warning(vi->i_sb, "Changes in inode size are not " in ntfs_truncate() 2893 ntfs_warning(vi->i_sb, "Changes in user/group/mode are not " in ntfs_setattr() 2906 ntfs_warning(vi->i_sb, "Changes in inode size " in ntfs_setattr() 3089 ntfs_warning(vi->i_sb, "Not enough memory to write inode. " in __ntfs_write_inode()
|
D | aops.c | 564 ntfs_warning(vol->sb, "Error allocating page " in ntfs_write_block() 839 ntfs_warning(vol->sb, "Error allocating memory. " in ntfs_write_block() 1499 ntfs_warning(vi->i_sb, "Error allocating memory. Redirtying " in ntfs_writepage()
|
D | file.c | 1650 ntfs_warning(vi->i_sb, "Error allocating memory required to " in ntfs_commit_pages_after_write() 1653 ntfs_warning(vi->i_sb, "Page is uptodate, setting " in ntfs_commit_pages_after_write() 1982 ntfs_warning(vi->i_sb, "Failed to f%ssync inode 0x%lx. Error " in ntfs_file_fsync()
|
D | dir.c | 1039 ntfs_warning(vol->sb, "Skipping unrepresentable inode 0x%llx.", in ntfs_filldir() 1520 ntfs_warning(vi->i_sb, "Failed to f%ssync inode 0x%lx. Error " in ntfs_dir_fsync()
|
D | runlist.c | 1558 ntfs_warning(vol->sb, "Failed to shrink " in ntfs_rl_truncate_nolock() 1716 ntfs_warning(vol->sb, "Failed to shrink " in ntfs_rl_punch_nolock()
|
D | mft.c | 1766 ntfs_warning(vol->sb, "Cannot allocate mft record " in ntfs_mft_data_extend_allocation_nolock() 2038 ntfs_warning(vol->sb, "Sector size is bigger than mft record " in ntfs_mft_record_layout() 2746 ntfs_warning(vol->sb, "Cannot allocate mft record because the maximum " in ntfs_mft_record_alloc()
|