Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c299 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/
Dlibcfs_debug.h175 const char *msg_fn; member
186 (data)->msg_fn = __func__; \
196 .msg_fn = __func__, \
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-debug.c141 argv[3] = (char *)msgdata->msg_fn; in libcfs_run_lbug_upcall()