Home
last modified time | relevance | path

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

/fs/reiserfs/
Dprints.c13 static char error_buf[1024]; variable
207 char *p = error_buf; in prepare_error_buf()
208 char * const end = &error_buf[sizeof(error_buf)]; in prepare_error_buf()
214 strscpy(error_buf, "format string too long", end - error_buf); in prepare_error_buf()
292 function, error_buf); in __reiserfs_warning()
295 id ? id : "", id ? " " : "", function, error_buf); in __reiserfs_warning()
304 sb->s_id, error_buf); in reiserfs_info()
306 printk(KERN_NOTICE "REISERFS %s:", error_buf); in reiserfs_info()
313 printk(error_buf); in reiserfs_printk()
322 s->s_id, error_buf); in reiserfs_debug()
[all …]