Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c51 char cfs_tracefile[TRACEFILE_NAME_SIZE]; variable
859 memset(cfs_tracefile, 0, sizeof(cfs_tracefile)); in cfs_trace_daemon_command()
868 } else if (strlen(str) >= sizeof(cfs_tracefile)) { in cfs_trace_daemon_command()
873 strcpy(cfs_tracefile, str); in cfs_trace_daemon_command()
877 cfs_tracefile, in cfs_trace_daemon_command()
986 if (cfs_tracefile[0] != 0) { in tracefiled()
987 filp = filp_open(cfs_tracefile, in tracefiled()
994 cfs_tracefile, rc); in tracefiled()
Dtracefile.h47 extern char cfs_tracefile[TRACEFILE_NAME_SIZE];
Dmodule.c419 int len = strlen(cfs_tracefile); in __proc_daemon_file()
425 cfs_tracefile + pos, "\n"); in __proc_daemon_file()