Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dmodule.c354 const int tmpstrlen = 512; in __proc_dobitmasks() local
361 rc = cfs_trace_allocate_string_buffer(&tmpstr, tmpstrlen); in __proc_dobitmasks()
366 libcfs_debug_mask2str(tmpstr, tmpstrlen, *mask, is_subsys); in __proc_dobitmasks()
376 rc = cfs_trace_copyin_string(tmpstr, tmpstrlen, buffer, nob); in __proc_dobitmasks()
378 cfs_trace_free_string_buffer(tmpstr, tmpstrlen); in __proc_dobitmasks()
388 cfs_trace_free_string_buffer(tmpstr, tmpstrlen); in __proc_dobitmasks()