Home
last modified time | relevance | path

Searched refs:msg_file (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_debug.h174 const char *msg_file; member
185 (data)->msg_file = __FILE__; \
195 .msg_file = __FILE__, \
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-debug.c140 argv[2] = (char *)msgdata->msg_file; in libcfs_run_lbug_upcall()
/linux-4.1.27/include/linux/
Dblktrace_api.h26 struct dentry *msg_file; member
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c276 const char *file = kbasename(msgdata->msg_file); in libcfs_debug_vmsg2()
490 msgdata->msg_file, msgdata->msg_fn); in cfs_trace_assertion_failed()
/linux-4.1.27/kernel/trace/
Dblktrace.c294 debugfs_remove(bt->msg_file); in blk_trace_free()
499 bt->msg_file = debugfs_create_file("msg", 0222, dir, bt, &blk_msg_fops); in do_blk_trace_setup()
500 if (!bt->msg_file) in do_blk_trace_setup()