Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_string.h50 int cfs_str2mask(const char *str, const char *(*bit2str)(int bit),
/drivers/staging/lustre/lustre/libcfs/
Ddebug.c439 return cfs_str2mask(str, fn, mask, is_subsys ? 0 : D_CANTMASK, in libcfs_debug_str2mask()
Dlibcfs_string.c46 int cfs_str2mask(const char *str, const char *(*bit2str)(int bit), in cfs_str2mask() function