Searched refs:nilfs_msg (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/nilfs2/ |
| H A D | nilfs.h | 335 #define nilfs_msg(sb, level, fmt, ...) \ macro 342 #define nilfs_msg(sb, level, fmt, ...) \ macro 356 nilfs_msg(sb, KERN_CRIT, fmt, ##__VA_ARGS__) 358 nilfs_msg(sb, KERN_ERR, fmt, ##__VA_ARGS__) 360 nilfs_msg(sb, KERN_WARNING, fmt, ##__VA_ARGS__) 362 nilfs_msg(sb, KERN_INFO, fmt, ##__VA_ARGS__)
|