Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Ddebugfs.c13 static struct dentry *rpc_clnt_dir; variable
140 if (clnt->cl_debugfs || !rpc_clnt_dir) in rpc_clnt_debugfs_register()
148 clnt->cl_debugfs = debugfs_create_dir(name, rpc_clnt_dir); in rpc_clnt_debugfs_register()
274 rpc_clnt_dir = NULL; in sunrpc_debugfs_exit()
285 rpc_clnt_dir = debugfs_create_dir("rpc_clnt", topdir); in sunrpc_debugfs_init()
286 if (!rpc_clnt_dir) in sunrpc_debugfs_init()
297 rpc_clnt_dir = NULL; in sunrpc_debugfs_init()