Searched refs:proc_lustre_root (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-module.c | 331 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/ |
D | super25.c | 131 entry = lprocfs_register("llite", proc_lustre_root, NULL, NULL); in init_lustre_lite()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_lproc.c | 183 sptlrpc_proc_root = lprocfs_register("sptlrpc", proc_lustre_root, in sptlrpc_lproc_init()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 351 extern struct proc_dir_entry *proc_lustre_root; 816 #define proc_lustre_root NULL macro
|
/linux-4.1.27/drivers/staging/lustre/lustre/fld/ |
D | fld_request.c | 508 proc_lustre_root, in fld_mod_init()
|
/linux-4.1.27/drivers/staging/lustre/lustre/fid/ |
D | fid_request.c | 553 proc_lustre_root, in fid_mod_init()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 100 proc_lustre_root, in ldlm_proc_setup()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 194 type->typ_procroot = lprocfs_register(type->typ_name, proc_lustre_root, in class_register_type()
|