Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dext4.h2587 void __ext4_error(struct super_block *, const char *, unsigned int,
2632 __ext4_error(sb, __func__, __LINE__, fmt, ##__VA_ARGS__)
2662 __ext4_error(sb, "", 0, " "); \
Dsuper.c404 void __ext4_error(struct super_block *sb, const char *function, in __ext4_error() function