Home
last modified time | relevance | path

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

/fs/ntfs/
Ddebug.h57 void __ntfs_warning(const char *function, const struct super_block *sb,
59 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a)
Ddebug.c50 void __ntfs_warning(const char *function, const struct super_block *sb, in __ntfs_warning() function