Home
last modified time | relevance | path

Searched refs:ntfs_inode_warn (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ntfs3/
H A Dfile.c258 ntfs_inode_warn(inode, "failed to extend initialized size to %llx.", in ntfs_extend_initialized_size()
361 ntfs_inode_warn(inode, "mmap encrypted not supported"); in ntfs_file_mmap_prepare()
366 ntfs_inode_warn(inode, "mmap deduplicated not supported"); in ntfs_file_mmap_prepare()
372 ntfs_inode_warn(inode, in ntfs_file_mmap_prepare()
598 ntfs_inode_warn(inode, "fallocate(0x%x) is not supported", in ntfs_fallocate()
899 ntfs_inode_warn(inode, "encrypted i/o not supported"); in check_read_restriction()
905 ntfs_inode_warn( in check_read_restriction()
913 ntfs_inode_warn(inode, "read deduplicated not supported"); in check_read_restriction()
936 ntfs_inode_warn( in ntfs_file_read_iter()
1050 ntfs_inode_warn(inode, "page size is bigger than frame size"); in ntfs_compress_write()
[all …]
H A Ddebug.h51 #define ntfs_inode_warn(inode, fmt, ...) \ macro