Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Ddebug.c228 char libcfs_debug_file_path_arr[PATH_MAX] = LIBCFS_DEBUG_FILE_PATH_DEFAULT; variable
453 if (strncmp(libcfs_debug_file_path_arr, "NONE", 4) != 0) { in libcfs_debug_dumplog_internal()
455 "%s.%lld.%ld", libcfs_debug_file_path_arr, in libcfs_debug_dumplog_internal()
515 strncpy(libcfs_debug_file_path_arr, in libcfs_debug_init()
517 libcfs_debug_file_path_arr[PATH_MAX - 1] = '\0'; in libcfs_debug_init()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_debug.h57 extern char libcfs_debug_file_path_arr[PATH_MAX];