Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_lproc.c175 static struct dentry *sptlrpc_debugfs_dir; variable
181 LASSERT(sptlrpc_debugfs_dir == NULL); in sptlrpc_lproc_init()
183 sptlrpc_debugfs_dir = ldebugfs_register("sptlrpc", debugfs_lustre_root, in sptlrpc_lproc_init()
185 if (IS_ERR_OR_NULL(sptlrpc_debugfs_dir)) { in sptlrpc_lproc_init()
186 rc = sptlrpc_debugfs_dir ? PTR_ERR(sptlrpc_debugfs_dir) in sptlrpc_lproc_init()
188 sptlrpc_debugfs_dir = NULL; in sptlrpc_lproc_init()
196 if (!IS_ERR_OR_NULL(sptlrpc_debugfs_dir)) in sptlrpc_lproc_fini()
197 ldebugfs_remove(&sptlrpc_debugfs_dir); in sptlrpc_lproc_fini()