Home
last modified time | relevance | path

Searched refs:typ_procroot (Results 1 – 3 of 3) sorted by relevance

/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()
196 if (IS_ERR(type->typ_procroot)) { in class_register_type()
197 rc = PTR_ERR(type->typ_procroot); in class_register_type()
198 type->typ_procroot = NULL; in class_register_type()
245 if (type->typ_procroot) { in class_unregister_type()
246 lprocfs_remove(&type->typ_procroot); in class_unregister_type()
Dlprocfs_status.c959 LASSERT(obd->obd_type->typ_procroot != NULL); in lprocfs_obd_setup()
962 obd->obd_type->typ_procroot, in lprocfs_obd_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h247 struct proc_dir_entry *typ_procroot; member