Searched refs:sptlrpc_proc_root (Results 1 – 2 of 2) sorted by relevance
55 struct proc_dir_entry *sptlrpc_proc_root = NULL; variable56 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()
1066 extern struct proc_dir_entry *sptlrpc_proc_root;1069 #define sptlrpc_proc_root NULL macro