Searched refs:usr_str_nob (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 825 int cfs_trace_dump_debug_buffer_usrstr(void __user *usr_str, int usr_str_nob) in cfs_trace_dump_debug_buffer_usrstr() argument 830 rc = cfs_trace_allocate_string_buffer(&str, usr_str_nob + 1); in cfs_trace_dump_debug_buffer_usrstr() 834 rc = cfs_trace_copyin_string(str, usr_str_nob + 1, in cfs_trace_dump_debug_buffer_usrstr() 835 usr_str, usr_str_nob); in cfs_trace_dump_debug_buffer_usrstr() 845 cfs_trace_free_string_buffer(str, usr_str_nob + 1); in cfs_trace_dump_debug_buffer_usrstr() 887 int cfs_trace_daemon_command_usrstr(void __user *usr_str, int usr_str_nob) in cfs_trace_daemon_command_usrstr() argument 892 rc = cfs_trace_allocate_string_buffer(&str, usr_str_nob + 1); in cfs_trace_daemon_command_usrstr() 896 rc = cfs_trace_copyin_string(str, usr_str_nob + 1, in cfs_trace_daemon_command_usrstr() 897 usr_str, usr_str_nob); in cfs_trace_daemon_command_usrstr() 901 cfs_trace_free_string_buffer(str, usr_str_nob + 1); in cfs_trace_daemon_command_usrstr() [all …]
|
D | tracefile.h | 76 int cfs_trace_dump_debug_buffer_usrstr(void __user *usr_str, int usr_str_nob); 78 int cfs_trace_daemon_command_usrstr(void __user *usr_str, int usr_str_nob); 80 int cfs_trace_set_debug_mb_usrstr(void __user *usr_str, int usr_str_nob);
|