Searched refs:topdir (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/sunrpc/
H A Ddebugfs.c15 static struct dentry *topdir; variable in typeref:struct:dentry
278 debugfs_remove_recursive(topdir);
279 topdir = NULL;
287 topdir = debugfs_create_dir("sunrpc", NULL);
289 rpc_clnt_dir = debugfs_create_dir("rpc_clnt", topdir);
291 rpc_xprt_dir = debugfs_create_dir("rpc_xprt", topdir);
/linux-master/tools/perf/util/
H A Dbuild-id.c455 char *topdir, *linkdir = NULL; local
463 if (asprintf(&topdir, "%s/.build-id/", buildid_dir) < 0)
470 toplist = lsdir(topdir, lsdir_bid_head_filter);
472 pr_debug("Error in lsdir(%s): %d\n", topdir, errno);
480 if (asprintf(&linkdir, "%s/%s", topdir, nd->s) < 0)
504 free(topdir);

Completed in 207 milliseconds