Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c2448 struct obd_statfs *msfs; in osc_statfs_interpret() local
2467 msfs = req_capsule_server_get(&req->rq_pill, &RMF_OBD_STATFS); in osc_statfs_interpret()
2468 if (msfs == NULL) { in osc_statfs_interpret()
2473 *aa->aa_oi->oi_osfs = *msfs; in osc_statfs_interpret()
2526 struct obd_statfs *msfs; in osc_statfs() local
2572 msfs = req_capsule_server_get(&req->rq_pill, &RMF_OBD_STATFS); in osc_statfs()
2573 if (msfs == NULL) { in osc_statfs()
2578 *osfs = *msfs; in osc_statfs()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1139 struct obd_statfs *msfs; in mdc_statfs() local
1177 msfs = req_capsule_server_get(&req->rq_pill, &RMF_OBD_STATFS); in mdc_statfs()
1178 if (msfs == NULL) { in mdc_statfs()
1183 *osfs = *msfs; in mdc_statfs()