Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dext4.h3102 void __ext4_error_file(struct file *, const char *, unsigned int, ext4_fsblk_t,
3146 __ext4_error_file(file, func, line, block, fmt, ##__VA_ARGS__)
3180 __ext4_error_file(file, "", 0, block, " "); \
H A Dsuper.c874 void __ext4_error_file(struct file *file, const char *function, in __ext4_error_file() function