Searched refs:ntfs_warning (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/ntfs/ |
H A D | super.c | 200 ntfs_warning(vol->sb, "Ignoring obsolete option %s.", in parse_options() 204 ntfs_warning(vol->sb, "Option iocharset is " in parse_options() 228 ntfs_warning(vol->sb, "Option utf8 is no longer " in parse_options() 255 ntfs_warning(vol->sb, "Sloppy option given. Ignoring " in parse_options() 331 ntfs_warning(vol->sb, "Not enabling sparse " in parse_options() 549 ntfs_warning(sb, "Failed to clear dirty bit " in ntfs_remount() 594 ntfs_warning(sb, "Invalid boot sector checksum."); in is_boot_sector_ntfs() 645 ntfs_warning(sb, "Invalid end of sector marker."); in is_boot_sector_ntfs() 730 ntfs_warning(sb, "Hot-fix: Recovering invalid primary " in read_ntfs_boot_sector() 743 ntfs_warning(sb, "Hot-fix: Recovery of primary boot " in read_ntfs_boot_sector() [all …]
|
H A D | debug.h | 50 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a) macro
|
H A 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()
|
H A 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() 2894 ntfs_warning(vi->i_sb, "Changes in user/group/mode are not " in ntfs_setattr() 2907 ntfs_warning(vi->i_sb, "Changes in inode size " in ntfs_setattr() 3090 ntfs_warning(vi->i_sb, "Not enough memory to write inode. " in __ntfs_write_inode()
|
H A D | aops.c | 565 ntfs_warning(vol->sb, "Error allocating page " in ntfs_write_block() 841 ntfs_warning(vol->sb, "Error allocating memory. " in ntfs_write_block() 1502 ntfs_warning(vi->i_sb, "Error allocating memory. Redirtying " in ntfs_writepage()
|
H A D | file.c | 1646 ntfs_warning(vi->i_sb, "Error allocating memory required to " in ntfs_commit_pages_after_write() 1649 ntfs_warning(vi->i_sb, "Page is uptodate, setting " in ntfs_commit_pages_after_write() 1976 ntfs_warning(vi->i_sb, "Failed to f%ssync inode 0x%lx. Error " in ntfs_file_fsync()
|
H A 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()
|
H A 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()
|
H A D | mft.c | 1766 ntfs_warning(vol->sb, "Cannot allocate mft record " in ntfs_mft_data_extend_allocation_nolock() 2040 ntfs_warning(vol->sb, "Sector size is bigger than mft record " in ntfs_mft_record_layout() 2747 ntfs_warning(vol->sb, "Cannot allocate mft record because the maximum " in ntfs_mft_record_alloc()
|