Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-module.c331 struct proc_dir_entry *proc_lustre_root = NULL; variable
332 EXPORT_SYMBOL(proc_lustre_root);
426 proc_lustre_root = lprocfs_register("fs/lustre", NULL, in class_procfs_init()
428 if (IS_ERR(proc_lustre_root)) { in class_procfs_init()
429 rc = PTR_ERR(proc_lustre_root); in class_procfs_init()
430 proc_lustre_root = NULL; in class_procfs_init()
434 rc = lprocfs_seq_create(proc_lustre_root, "devices", 0444, in class_procfs_init()
444 if (proc_lustre_root) { in class_procfs_clean()
445 lprocfs_remove(&proc_lustre_root); in class_procfs_clean()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dsuper25.c131 entry = lprocfs_register("llite", proc_lustre_root, NULL, NULL); in init_lustre_lite()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_lproc.c183 sptlrpc_proc_root = lprocfs_register("sptlrpc", proc_lustre_root, in sptlrpc_lproc_init()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h351 extern struct proc_dir_entry *proc_lustre_root;
816 #define proc_lustre_root NULL macro
/linux-4.1.27/drivers/staging/lustre/lustre/fld/
Dfld_request.c508 proc_lustre_root, in fld_mod_init()
/linux-4.1.27/drivers/staging/lustre/lustre/fid/
Dfid_request.c553 proc_lustre_root, in fid_mod_init()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c100 proc_lustre_root, in ldlm_proc_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c194 type->typ_procroot = lprocfs_register(type->typ_name, proc_lustre_root, in class_register_type()