Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c302 if (msgdata->msg_fn) in libcfs_debug_vmsg2()
303 known_size += strlen(msgdata->msg_fn) + 1; in libcfs_debug_vmsg2()
361 "newline\n", file, msgdata->msg_line, msgdata->msg_fn); in libcfs_debug_vmsg2()
382 if (msgdata->msg_fn) { in libcfs_debug_vmsg2()
383 strcpy(debug_buf, msgdata->msg_fn); in libcfs_debug_vmsg2()
384 tage->used += strlen(msgdata->msg_fn) + 1; in libcfs_debug_vmsg2()
385 debug_buf += strlen(msgdata->msg_fn) + 1; in libcfs_debug_vmsg2()
432 msgdata->msg_fn); in libcfs_debug_vmsg2()
455 string_buf, needed, file, msgdata->msg_fn); in libcfs_debug_vmsg2()
469 string_buf, needed, file, msgdata->msg_fn); in libcfs_debug_vmsg2()
[all …]
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_debug.h175 const char *msg_fn; member
186 (data)->msg_fn = __func__; \
196 .msg_fn = __func__, \
/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-debug.c143 argv[3] = (char *)msgdata->msg_fn; in libcfs_run_lbug_upcall()