Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dmodule.c517 const int tmpstrlen = 512; in __proc_dobitmasks() local
524 rc = cfs_trace_allocate_string_buffer(&tmpstr, tmpstrlen); in __proc_dobitmasks()
529 libcfs_debug_mask2str(tmpstr, tmpstrlen, *mask, is_subsys); in __proc_dobitmasks()
539 rc = cfs_trace_copyin_string(tmpstr, tmpstrlen, buffer, nob); in __proc_dobitmasks()
541 cfs_trace_free_string_buffer(tmpstr, tmpstrlen); in __proc_dobitmasks()
551 cfs_trace_free_string_buffer(tmpstr, tmpstrlen); in __proc_dobitmasks()