Searched refs:lprocfs_obd_setup (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 909 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/ |
D | lprocfs_status.h | 568 int lprocfs_obd_setup(struct obd_device *obd, struct lprocfs_vars *list,
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 729 lprocfs_obd_setup(obd, lvars.obd_vars, lvars.sysfs_vars); in mgc_setup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 2324 lprocfs_obd_setup(obd, lvars.obd_vars, lvars.sysfs_vars); in mdc_setup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 812 lprocfs_obd_setup(obd, lvars.obd_vars, lvars.sysfs_vars); in lov_setup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 1311 lprocfs_obd_setup(obd, lvars.obd_vars, lvars.sysfs_vars); in lmv_setup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 3134 if (lprocfs_obd_setup(obd, lvars.obd_vars, lvars.sysfs_vars) == 0) { in osc_setup()
|