Searched refs:cfs_trace_copyout_string (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 372 rc = cfs_trace_copyout_string(buffer, nob, in __proc_dobitmasks() 424 return cfs_trace_copyout_string(buffer, nob, in __proc_daemon_file() 494 rc = cfs_trace_copyout_string(buffer, nob, buf + pos, NULL); in __proc_cpt_table()
|
D | tracefile.h | 70 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.4.14/drivers/staging/lustre/lnet/lnet/ |
D | router_proc.c | 137 rc = cfs_trace_copyout_string(buffer, nob, in __proc_lnet_stats() 631 rc = cfs_trace_copyout_string(buffer, nob, in __proc_lnet_buffers() 833 rc = cfs_trace_copyout_string(buffer, nob, in __proc_lnet_portal_rotor()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_debug.h | 257 int cfs_trace_copyout_string(char __user *usr_buffer, int usr_buffer_nob,
|