Searched refs:msg_fn (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 299 if (msgdata->msg_fn) in libcfs_debug_vmsg2() 300 known_size += strlen(msgdata->msg_fn) + 1; in libcfs_debug_vmsg2() 358 file, msgdata->msg_line, msgdata->msg_fn); in libcfs_debug_vmsg2() 379 if (msgdata->msg_fn) { in libcfs_debug_vmsg2() 380 strcpy(debug_buf, msgdata->msg_fn); in libcfs_debug_vmsg2() 381 tage->used += strlen(msgdata->msg_fn) + 1; in libcfs_debug_vmsg2() 382 debug_buf += strlen(msgdata->msg_fn) + 1; in libcfs_debug_vmsg2() 429 msgdata->msg_fn); in libcfs_debug_vmsg2() 452 string_buf, needed, file, msgdata->msg_fn); in libcfs_debug_vmsg2() 466 string_buf, needed, file, msgdata->msg_fn); in libcfs_debug_vmsg2() [all …]
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-debug.c | 141 argv[3] = (char *)msgdata->msg_fn; in libcfs_run_lbug_upcall()
|