Lines Matching full:debugfs_path
284 static char *debugfs_path = "/sys/kernel/debug";
1083 snprintf(fn, sizeof(fn), "%s/block/%s/dropped", debugfs_path,
1617 debugfs_path, dpp->buts_name, tp->cpu);
2064 debugfs_path = optarg;
2136 if (statfs(debugfs_path, &st) < 0 || st.f_type != (long)DEBUGFS_TYPE) {
2138 debugfs_path, errno, strerror(errno));