Searched refs:nilfs_msg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nilfs2/ |
H A D | nilfs.h | 318 #define nilfs_msg(sb, level, fmt, ...) \ macro 325 #define nilfs_msg(sb, level, fmt, ...) \ macro 339 nilfs_msg(sb, KERN_CRIT, fmt, ##__VA_ARGS__) 341 nilfs_msg(sb, KERN_ERR, fmt, ##__VA_ARGS__) 343 nilfs_msg(sb, KERN_WARNING, fmt, ##__VA_ARGS__) 345 nilfs_msg(sb, KERN_INFO, fmt, ##__VA_ARGS__)
|