Home
last modified time | relevance | path

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

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