Home
last modified time | relevance | path

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

/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()
505 return obd_free_memmd(ed->ed_ec->ec_exp, lsmp); in echo_free_memmd()
1382 rc = obd_create(env, ec->ec_exp, oa, &lsm, oti); in echo_create_object()
1405 obd_destroy(env, ec->ec_exp, oa, lsm, oti, NULL, NULL); in echo_create_object()
1794 rc = echo_client_prep_commit(env, ec->ec_exp, rw, oa, in echo_client_brw_ioctl()
1913 rc = obd_destroy(env, ec->ec_exp, oa, eco->eo_lsm, in echo_client_iocontrol()
1928 rc = obd_getattr(env, ec->ec_exp, &oinfo); in echo_client_iocontrol()
1946 rc = obd_setattr(env, ec->ec_exp, &oinfo, NULL); in echo_client_iocontrol()
2071 rc = obd_connect(env, &ec->ec_exp, tgt, &echo_uuid, ocd, NULL); in echo_client_setup()
2075 list_del_init(&ec->ec_exp->exp_obd_chain_timed); in echo_client_setup()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h449 struct obd_export *ec_exp; /* the local connection to osc/lov */ member