Searched refs:ntfs_warning (Results 1 – 9 of 9) sorted by relevance
/fs/ntfs/ |
D | super.c | 206 ntfs_warning(vol->sb, "Ignoring obsolete option %s.", in parse_options() 210 ntfs_warning(vol->sb, "Option iocharset is " in parse_options() 234 ntfs_warning(vol->sb, "Option utf8 is no longer " in parse_options() 261 ntfs_warning(vol->sb, "Sloppy option given. Ignoring " in parse_options() 337 ntfs_warning(vol->sb, "Not enabling sparse " in parse_options() 555 ntfs_warning(sb, "Failed to clear dirty bit " in ntfs_remount() 600 ntfs_warning(sb, "Invalid boot sector checksum."); in is_boot_sector_ntfs() 651 ntfs_warning(sb, "Invalid end of sector marker."); in is_boot_sector_ntfs() 736 ntfs_warning(sb, "Hot-fix: Recovering invalid primary " in read_ntfs_boot_sector() 749 ntfs_warning(sb, "Hot-fix: Recovery of primary boot " in read_ntfs_boot_sector() [all …]
|
D | debug.h | 64 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a) macro
|
D | compress.c | 693 ntfs_warning(vol->sb, "Buffer is unlocked but not " in ntfs_read_compressed_block() 701 ntfs_warning(vol->sb, "Buffer is now uptodate. Good."); in ntfs_read_compressed_block()
|
D | inode.c | 718 ntfs_warning(vi->i_sb, "Resident attribute list " in ntfs_read_locked_inode() 1896 ntfs_warning(sb, "Resident attribute list attribute " in ntfs_read_inode_mount() 2492 ntfs_warning(vi->i_sb, "Changes in inode size are not " in ntfs_truncate() 2901 ntfs_warning(vi->i_sb, "Changes in user/group/mode are not " in ntfs_setattr() 2914 ntfs_warning(vi->i_sb, "Changes in inode size " in ntfs_setattr() 3100 ntfs_warning(vi->i_sb, "Not enough memory to write inode. " in __ntfs_write_inode()
|
D | aops.c | 585 ntfs_warning(vol->sb, "Error allocating page " in ntfs_write_block() 860 ntfs_warning(vol->sb, "Error allocating memory. " in ntfs_write_block() 1517 ntfs_warning(vi->i_sb, "Error allocating memory. Redirtying " in ntfs_writepage()
|
D | file.c | 1667 ntfs_warning(vi->i_sb, "Error allocating memory required to " in ntfs_commit_pages_after_write() 1670 ntfs_warning(vi->i_sb, "Page is uptodate, setting " in ntfs_commit_pages_after_write() 2012 ntfs_warning(vi->i_sb, "Failed to f%ssync inode 0x%lx. Error " in ntfs_file_fsync()
|
D | dir.c | 1052 ntfs_warning(vol->sb, "Skipping unrepresentable inode 0x%llx.", in ntfs_filldir() 1533 ntfs_warning(vi->i_sb, "Failed to f%ssync inode 0x%lx. Error " in ntfs_dir_fsync()
|
D | runlist.c | 1572 ntfs_warning(vol->sb, "Failed to shrink " in ntfs_rl_truncate_nolock() 1730 ntfs_warning(vol->sb, "Failed to shrink " in ntfs_rl_punch_nolock()
|
D | mft.c | 1772 ntfs_warning(vol->sb, "Cannot allocate mft record " in ntfs_mft_data_extend_allocation_nolock() 2044 ntfs_warning(vol->sb, "Sector size is bigger than mft record " in ntfs_mft_record_layout() 2758 ntfs_warning(vol->sb, "Cannot allocate mft record because the maximum " in ntfs_mft_record_alloc()
|