Home
last modified time | relevance | path

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

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