Home
last modified time | relevance | path

Searched refs:lprocfs_obd_setup (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c909 int lprocfs_obd_setup(struct obd_device *obd, struct lprocfs_vars *list, in lprocfs_obd_setup() function
942 EXPORT_SYMBOL(lprocfs_obd_setup);
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h568 int lprocfs_obd_setup(struct obd_device *obd, struct lprocfs_vars *list,
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c729 lprocfs_obd_setup(obd, lvars.obd_vars, lvars.sysfs_vars); in mgc_setup()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2324 lprocfs_obd_setup(obd, lvars.obd_vars, lvars.sysfs_vars); in mdc_setup()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c812 lprocfs_obd_setup(obd, lvars.obd_vars, lvars.sysfs_vars); in lov_setup()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1311 lprocfs_obd_setup(obd, lvars.obd_vars, lvars.sysfs_vars); in lmv_setup()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c3134 if (lprocfs_obd_setup(obd, lvars.obd_vars, lvars.sysfs_vars) == 0) { in osc_setup()