Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h595 extern int lprocfs_obd_setup(struct obd_device *obd, struct lprocfs_vars *list);
910 static inline int lprocfs_obd_setup(struct obd_device *dev, in lprocfs_obd_setup() function
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c953 int lprocfs_obd_setup(struct obd_device *obd, struct lprocfs_vars *list) in lprocfs_obd_setup() function
972 EXPORT_SYMBOL(lprocfs_obd_setup);
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c741 lprocfs_obd_setup(obd, lvars.obd_vars); in mgc_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c825 lprocfs_obd_setup(obd, lvars.obd_vars); in lov_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2451 lprocfs_obd_setup(obd, lvars.obd_vars); in mdc_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1348 lprocfs_obd_setup(obd, lvars.obd_vars); in lmv_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c3187 if (lprocfs_obd_setup(obd, lvars.obd_vars) == 0) { in osc_setup()