Searched refs:debugfs_lustre_root (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-module.c | 318 struct dentry *debugfs_lustre_root; variable 319 EXPORT_SYMBOL_GPL(debugfs_lustre_root); 437 debugfs_lustre_root = debugfs_create_dir("lustre", NULL); in class_procfs_init() 438 if (IS_ERR_OR_NULL(debugfs_lustre_root)) { in class_procfs_init() 439 rc = debugfs_lustre_root ? PTR_ERR(debugfs_lustre_root) in class_procfs_init() 441 debugfs_lustre_root = NULL; in class_procfs_init() 446 file = debugfs_create_file("devices", 0444, debugfs_lustre_root, NULL, in class_procfs_init() 459 if (debugfs_lustre_root != NULL) in class_procfs_clean() 460 debugfs_remove_recursive(debugfs_lustre_root); in class_procfs_clean() 462 debugfs_lustre_root = NULL; in class_procfs_clean()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | super25.c | 132 llite_root = debugfs_create_dir("llite", debugfs_lustre_root); in init_lustre_lite()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_lproc.c | 183 sptlrpc_debugfs_dir = ldebugfs_register("sptlrpc", debugfs_lustre_root, in sptlrpc_lproc_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/fid/ |
D | fid_request.c | 475 debugfs_lustre_root, in fid_mod_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/fld/ |
D | fld_request.c | 493 debugfs_lustre_root, in fld_mod_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 352 extern struct dentry *debugfs_lustre_root;
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 190 debugfs_lustre_root, in class_register_type()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 96 debugfs_lustre_root, in ldlm_debugfs_setup()
|