Searched refs:topdir (Results 1 – 2 of 2) sorted by relevance
/linux/net/sunrpc/ |
A D | debugfs.c | 15 static struct dentry *topdir; variable 275 debugfs_remove_recursive(topdir); in sunrpc_debugfs_exit() 276 topdir = NULL; in sunrpc_debugfs_exit() 284 topdir = debugfs_create_dir("sunrpc", NULL); in sunrpc_debugfs_init() 286 rpc_clnt_dir = debugfs_create_dir("rpc_clnt", topdir); in sunrpc_debugfs_init() 288 rpc_xprt_dir = debugfs_create_dir("rpc_xprt", topdir); in sunrpc_debugfs_init()
|
/linux/tools/perf/util/ |
A D | build-id.c | 459 char *topdir, *linkdir = NULL; in build_id_cache__list_all() local 467 if (asprintf(&topdir, "%s/.build-id/", buildid_dir) < 0) in build_id_cache__list_all() 474 toplist = lsdir(topdir, lsdir_bid_head_filter); in build_id_cache__list_all() 476 pr_debug("Error in lsdir(%s): %d\n", topdir, errno); in build_id_cache__list_all() 484 if (asprintf(&linkdir, "%s/%s", topdir, nd->s) < 0) in build_id_cache__list_all() 508 free(topdir); in build_id_cache__list_all()
|
Completed in 5 milliseconds