Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-module.c318 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/
Dsuper25.c132 llite_root = debugfs_create_dir("llite", debugfs_lustre_root); in init_lustre_lite()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_lproc.c183 sptlrpc_debugfs_dir = ldebugfs_register("sptlrpc", debugfs_lustre_root, in sptlrpc_lproc_init()
/linux-4.4.14/drivers/staging/lustre/lustre/fid/
Dfid_request.c475 debugfs_lustre_root, in fid_mod_init()
/linux-4.4.14/drivers/staging/lustre/lustre/fld/
Dfld_request.c493 debugfs_lustre_root, in fld_mod_init()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h352 extern struct dentry *debugfs_lustre_root;
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c190 debugfs_lustre_root, in class_register_type()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c96 debugfs_lustre_root, in ldlm_debugfs_setup()