Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Ddebug.h62 void __ntfs_warning(const char *function, const struct super_block *sb,
64 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a)
Ddebug.c43 void __ntfs_warning(const char *function, const struct super_block *sb, in __ntfs_warning() function