Searched refs:cfs_trace_copyout_string (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 535 rc = cfs_trace_copyout_string(buffer, nob, in __proc_dobitmasks() 590 return cfs_trace_copyout_string(buffer, nob, in __proc_daemon_file() 615 return cfs_trace_copyout_string(buffer, nob, tmpstr + pos, in __proc_debug_mb() 779 rc = cfs_trace_copyout_string(buffer, nob, buf + pos, NULL); in __proc_cpt_table()
|
D | tracefile.h | 72 int cfs_trace_copyout_string(char __user *usr_buffer, int usr_buffer_nob,
|
D | tracefile.c | 783 int cfs_trace_copyout_string(char __user *usr_buffer, int usr_buffer_nob, in cfs_trace_copyout_string() function 806 EXPORT_SYMBOL(cfs_trace_copyout_string);
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | router_proc.c | 152 rc = cfs_trace_copyout_string(buffer, nob, in __proc_lnet_stats() 646 rc = cfs_trace_copyout_string(buffer, nob, in __proc_lnet_buffers() 848 rc = cfs_trace_copyout_string(buffer, nob, in __proc_lnet_portal_rotor()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_debug.h | 257 int cfs_trace_copyout_string(char __user *usr_buffer, int usr_buffer_nob,
|