Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_lproc.c55 struct proc_dir_entry *sptlrpc_proc_root = NULL; variable
56 EXPORT_SYMBOL(sptlrpc_proc_root);
181 LASSERT(sptlrpc_proc_root == NULL); in sptlrpc_lproc_init()
183 sptlrpc_proc_root = lprocfs_register("sptlrpc", proc_lustre_root, in sptlrpc_lproc_init()
185 if (IS_ERR(sptlrpc_proc_root)) { in sptlrpc_lproc_init()
186 rc = PTR_ERR(sptlrpc_proc_root); in sptlrpc_lproc_init()
187 sptlrpc_proc_root = NULL; in sptlrpc_lproc_init()
195 if (sptlrpc_proc_root) { in sptlrpc_lproc_fini()
196 lprocfs_remove(&sptlrpc_proc_root); in sptlrpc_lproc_fini()
197 sptlrpc_proc_root = NULL; in sptlrpc_lproc_fini()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_sec.h1066 extern struct proc_dir_entry *sptlrpc_proc_root;
1069 #define sptlrpc_proc_root NULL macro