Searched refs:print_buf (Results 1 – 2 of 2) sorted by relevance
22 static char print_buf[1024]; variable36 strcpy(print_buf, KERN_DEBUG "NTFS: "); in ntfs_debug()37 vsprintf(print_buf + 9, fmt, ap); in ntfs_debug()38 printk(print_buf); in ntfs_debug()105 strcpy(print_buf, KERN_ERR "NTFS: "); in ntfs_error()106 vsprintf(print_buf + 9, fmt, ap); in ntfs_error()107 printk(print_buf); in ntfs_error()
834 static void print_buf(char *add, int length) in print_buf() function