Searched refs:ntfs_printk (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/fs/ntfs3/ |
D | debug.h | 24 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__)
|
D | super.c | 52 void ntfs_printk(const struct super_block *sb, const char *fmt, ...) in ntfs_printk() function
|