Home
last modified time | relevance | path

Searched refs:msfs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c2393 struct obd_statfs *msfs; in osc_statfs_interpret() local
2412 msfs = req_capsule_server_get(&req->rq_pill, &RMF_OBD_STATFS); in osc_statfs_interpret()
2413 if (msfs == NULL) { in osc_statfs_interpret()
2418 *aa->aa_oi->oi_osfs = *msfs; in osc_statfs_interpret()
2471 struct obd_statfs *msfs; in osc_statfs() local
2517 msfs = req_capsule_server_get(&req->rq_pill, &RMF_OBD_STATFS); in osc_statfs()
2518 if (msfs == NULL) { in osc_statfs()
2523 *osfs = *msfs; in osc_statfs()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1050 struct obd_statfs *msfs; in mdc_statfs() local
1088 msfs = req_capsule_server_get(&req->rq_pill, &RMF_OBD_STATFS); in mdc_statfs()
1089 if (msfs == NULL) { in mdc_statfs()
1094 *osfs = *msfs; in mdc_statfs()