Home
last modified time | relevance | path

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

/linux-6.1.9/net/sunrpc/
Ddebugfs.c15 static struct dentry *topdir; variable
278 debugfs_remove_recursive(topdir); in sunrpc_debugfs_exit()
279 topdir = NULL; in sunrpc_debugfs_exit()
287 topdir = debugfs_create_dir("sunrpc", NULL); in sunrpc_debugfs_init()
289 rpc_clnt_dir = debugfs_create_dir("rpc_clnt", topdir); in sunrpc_debugfs_init()
291 rpc_xprt_dir = debugfs_create_dir("rpc_xprt", topdir); in sunrpc_debugfs_init()
/linux-6.1.9/tools/perf/util/
Dbuild-id.c453 char *topdir, *linkdir = NULL; in build_id_cache__list_all() local
461 if (asprintf(&topdir, "%s/.build-id/", buildid_dir) < 0) in build_id_cache__list_all()
468 toplist = lsdir(topdir, lsdir_bid_head_filter); in build_id_cache__list_all()
470 pr_debug("Error in lsdir(%s): %d\n", topdir, errno); in build_id_cache__list_all()
478 if (asprintf(&linkdir, "%s/%s", topdir, nd->s) < 0) in build_id_cache__list_all()
502 free(topdir); in build_id_cache__list_all()