fs/ntfs3/debug.h
24
void ntfs_printk(const struct super_block *sb, const char *fmt, ...);
fs/ntfs3/debug.h
29
void ntfs_printk(const struct super_block *sb, const char *fmt, ...)
fs/ntfs3/debug.h
43
#define ntfs_err(sb, fmt, ...) ntfs_printk(sb, KERN_ERR fmt, ##__VA_ARGS__)
fs/ntfs3/debug.h
44
#define ntfs_warn(sb, fmt, ...) ntfs_printk(sb, KERN_WARNING fmt, ##__VA_ARGS__)
fs/ntfs3/debug.h
45
#define ntfs_info(sb, fmt, ...) ntfs_printk(sb, KERN_INFO fmt, ##__VA_ARGS__)
fs/ntfs3/debug.h
47
ntfs_printk(sb, KERN_NOTICE fmt, ##__VA_ARGS__)