Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4.h3223 void __ext4_warning_inode(const struct inode *inode, const char *function,
3269 __ext4_warning_inode(inode, __func__, __LINE__, fmt, ##__VA_ARGS__)
3313 __ext4_warning_inode(inode, "", 0, " "); \
H A Dsuper.c1031 void __ext4_warning_inode(const struct inode *inode, const char *function, in __ext4_warning_inode() function