Searched refs:nilfs_msg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nilfs2/ |
H A D | nilfs.h | 312 #define nilfs_msg(sb, level, fmt, ...) \ macro 319 #define nilfs_msg(sb, level, fmt, ...) \ macro 333 nilfs_msg(sb, KERN_CRIT, fmt, ##__VA_ARGS__) 335 nilfs_msg(sb, KERN_ERR, fmt, ##__VA_ARGS__) 337 nilfs_msg(sb, KERN_WARNING, fmt, ##__VA_ARGS__) 339 nilfs_msg(sb, KERN_INFO, fmt, ##__VA_ARGS__)
|