Home
last modified time | relevance | path

Searched refs:cfs_trace_allocate_string_buffer (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dtracefile.h74 int cfs_trace_allocate_string_buffer(char **str, int nob);
Dtracefile.c808 int cfs_trace_allocate_string_buffer(char **str, int nob) in cfs_trace_allocate_string_buffer() function
830 rc = cfs_trace_allocate_string_buffer(&str, usr_str_nob + 1); in cfs_trace_dump_debug_buffer_usrstr()
892 rc = cfs_trace_allocate_string_buffer(&str, usr_str_nob + 1); in cfs_trace_daemon_command_usrstr()
Dmodule.c524 rc = cfs_trace_allocate_string_buffer(&tmpstr, tmpstrlen); in __proc_dobitmasks()