Searched refs:usr_str_nob (Results 1 - 2 of 2) sorted by path

/drivers/staging/lustre/lustre/libcfs/
H A Dtracefile.c827 int cfs_trace_dump_debug_buffer_usrstr(void __user *usr_str, int usr_str_nob) argument
832 rc = cfs_trace_allocate_string_buffer(&str, usr_str_nob + 1);
836 rc = cfs_trace_copyin_string(str, usr_str_nob + 1,
837 usr_str, usr_str_nob);
847 cfs_trace_free_string_buffer(str, usr_str_nob + 1);
889 int cfs_trace_daemon_command_usrstr(void __user *usr_str, int usr_str_nob) argument
894 rc = cfs_trace_allocate_string_buffer(&str, usr_str_nob + 1);
898 rc = cfs_trace_copyin_string(str, usr_str_nob + 1,
899 usr_str, usr_str_nob);
903 cfs_trace_free_string_buffer(str, usr_str_nob
942 cfs_trace_set_debug_mb_usrstr(void __user *usr_str, int usr_str_nob) argument
[all...]
H A Dtracefile.h76 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);

Completed in 36 milliseconds