Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Ddebug.c115 char libcfs_debug_file_path_arr[PATH_MAX] = LIBCFS_DEBUG_FILE_PATH_DEFAULT; variable
340 if (strncmp(libcfs_debug_file_path_arr, "NONE", 4) != 0) { in libcfs_debug_dumplog_internal()
342 "%s.%ld.%ld", libcfs_debug_file_path_arr, in libcfs_debug_dumplog_internal()
402 strncpy(libcfs_debug_file_path_arr, in libcfs_debug_init()
404 libcfs_debug_file_path_arr[PATH_MAX - 1] = '\0'; in libcfs_debug_init()
Dmodule.c847 .data = libcfs_debug_file_path_arr,
848 .maxlen = sizeof(libcfs_debug_file_path_arr),
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_debug.h58 extern char libcfs_debug_file_path_arr[PATH_MAX];