Home
last modified time | relevance | path

Searched refs:ntfs_printk (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ntfs3/
H A Ddebug.h24 void ntfs_printk(const struct super_block *sb, const char *fmt, ...);
29 void ntfs_printk(const struct super_block *sb, const char *fmt, ...) in ntfs_printk() function
43 #define ntfs_err(sb, fmt, ...) ntfs_printk(sb, KERN_ERR fmt, ##__VA_ARGS__)
44 #define ntfs_warn(sb, fmt, ...) ntfs_printk(sb, KERN_WARNING fmt, ##__VA_ARGS__)
45 #define ntfs_info(sb, fmt, ...) ntfs_printk(sb, KERN_INFO fmt, ##__VA_ARGS__)
47 ntfs_printk(sb, KERN_NOTICE fmt, ##__VA_ARGS__)
H A Dsuper.c77 void ntfs_printk(const struct super_block *sb, const char *fmt, ...) in ntfs_printk() function