Searched refs:debugfs_mirror (Results 1 – 2 of 2) sorted by relevance
79 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()359 bpmp->debugfs_mirror = debugfs_create_dir("debug", root); in create_debugfs_mirror()360 if (!bpmp->debugfs_mirror) in create_debugfs_mirror()364 err = bpmp_populate_dir(bpmp, &seqbuf, bpmp->debugfs_mirror, 0); in create_debugfs_mirror()366 debugfs_remove_recursive(bpmp->debugfs_mirror); in create_debugfs_mirror()367 bpmp->debugfs_mirror = NULL; in create_debugfs_mirror()
90 struct dentry *debugfs_mirror; member