Searched refs:nilfs_msg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/fs/nilfs2/ |
| D | nilfs.h | 300 #define nilfs_msg(sb, level, fmt, ...) \ macro 307 #define nilfs_msg(sb, level, fmt, ...) \ macro 321 nilfs_msg(sb, KERN_CRIT, fmt, ##__VA_ARGS__) 323 nilfs_msg(sb, KERN_ERR, fmt, ##__VA_ARGS__) 325 nilfs_msg(sb, KERN_WARNING, fmt, ##__VA_ARGS__) 327 nilfs_msg(sb, KERN_INFO, fmt, ##__VA_ARGS__)
|