Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c755 int cfs_trace_copyin_string(char *knl_buffer, int knl_buffer_nob, in cfs_trace_copyin_string() function
781 EXPORT_SYMBOL(cfs_trace_copyin_string);
834 rc = cfs_trace_copyin_string(str, usr_str_nob + 1, in cfs_trace_dump_debug_buffer_usrstr()
896 rc = cfs_trace_copyin_string(str, usr_str_nob + 1, in cfs_trace_daemon_command_usrstr()
945 rc = cfs_trace_copyin_string(str, sizeof(str), usr_str, usr_str_nob); in cfs_trace_set_debug_mb_usrstr()
Dtracefile.h70 int cfs_trace_copyin_string(char *knl_buffer, int knl_buffer_nob,
Dmodule.c539 rc = cfs_trace_copyin_string(tmpstr, tmpstrlen, buffer, nob); in __proc_dobitmasks()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_debug.h255 int cfs_trace_copyin_string(char *knl_buffer, int knl_buffer_nob,
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter_proc.c854 rc = cfs_trace_copyin_string(buf, buf_len, buffer, nob); in __proc_lnet_portal_rotor()