Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/
Ddebug.c256 libcfs_debug_mask2str(char *str, int size, int mask, int is_subsys) in libcfs_debug_mask2str() argument
258 const char *(*fn)(int bit) = is_subsys ? libcfs_debug_subsys2str : in libcfs_debug_mask2str()
302 libcfs_debug_str2mask(int *mask, const char *str, int is_subsys) in libcfs_debug_str2mask() argument
304 const char *(*fn)(int bit) = is_subsys ? libcfs_debug_subsys2str : in libcfs_debug_str2mask()
328 return cfs_str2mask(str, fn, mask, is_subsys ? 0 : D_CANTMASK, in libcfs_debug_str2mask()
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_debug.h60 int libcfs_debug_mask2str(char *str, int size, int mask, int is_subsys);
61 int libcfs_debug_str2mask(int *mask, const char *str, int is_subsys);
/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-proc.c127 int is_subsys = (mask == &libcfs_subsystem_debug) ? 1 : 0; in __proc_dobitmasks() local
135 libcfs_debug_mask2str(tmpstr, tmpstrlen, *mask, is_subsys); in __proc_dobitmasks()
151 rc = libcfs_debug_str2mask(mask, tmpstr, is_subsys); in __proc_dobitmasks()