Searched refs:nilfs_msg (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/nilfs2/ |
D | nilfs.h | 306 #define nilfs_msg(sb, level, fmt, ...) \ macro 313 #define nilfs_msg(sb, level, fmt, ...) \ macro 327 nilfs_msg(sb, KERN_CRIT, fmt, ##__VA_ARGS__) 329 nilfs_msg(sb, KERN_ERR, fmt, ##__VA_ARGS__) 331 nilfs_msg(sb, KERN_WARNING, fmt, ##__VA_ARGS__) 333 nilfs_msg(sb, KERN_INFO, fmt, ##__VA_ARGS__)
|