Home
last modified time | relevance | path

Searched refs:obd_alloc_memmd (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c447 rc = obd_alloc_memmd(exp, &lsm); in osc_real_create()
2648 err = obd_alloc_memmd(exp, karg); in osc_iocontrol()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h673 static inline int obd_alloc_memmd(struct obd_export *exp, in obd_alloc_memmd() function
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c478 return obd_alloc_memmd(ed->ed_ec->ec_exp, lsmp); in echo_alloc_memmd()