Searched refs:msg_fn (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 300 if (msgdata->msg_fn) in libcfs_debug_vmsg2() 301 known_size += strlen(msgdata->msg_fn) + 1; in libcfs_debug_vmsg2() 359 file, msgdata->msg_line, msgdata->msg_fn); in libcfs_debug_vmsg2() 380 if (msgdata->msg_fn) { in libcfs_debug_vmsg2() 381 strcpy(debug_buf, msgdata->msg_fn); in libcfs_debug_vmsg2() 382 tage->used += strlen(msgdata->msg_fn) + 1; in libcfs_debug_vmsg2() 383 debug_buf += strlen(msgdata->msg_fn) + 1; in libcfs_debug_vmsg2() 430 msgdata->msg_fn); in libcfs_debug_vmsg2() 453 string_buf, needed, file, msgdata->msg_fn); in libcfs_debug_vmsg2() 467 string_buf, needed, file, msgdata->msg_fn); in libcfs_debug_vmsg2() [all …]
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_debug.h | 175 const char *msg_fn; member 186 (data)->msg_fn = __func__; \ 196 .msg_fn = __func__, \
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-debug.c | 141 argv[3] = (char *)msgdata->msg_fn; in libcfs_run_lbug_upcall()
|