Lines Matching defs:debugfs_path
32 struct debugfs_path {
41 struct debugfs_path *path;
53 struct debugfs_path *debugfs_path;
89 debugfs_path = kzalloc(sizeof(*debugfs_path), GFP_KERNEL);
90 if (!debugfs_path) {
95 debugfs_path->path = cur_path;
96 debugfs_path->src = src;
97 debugfs_path->dst = dst;
98 list_add_tail(&debugfs_path->list, &debugfs_paths);