Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Ddebug.h53 void __ntfs_error(const char *function, const struct super_block *sb,
55 #define ntfs_error(sb, f, a...) __ntfs_error(__func__, sb, f, ##a)
H A Ddebug.c72 void __ntfs_error(const char *function, const struct super_block *sb, in __ntfs_error() function