Home
last modified time | relevance | path

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

/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()
506 return obd_free_memmd(ed->ed_ec->ec_exp, lsmp); in echo_free_memmd()
1383 rc = obd_create(env, ec->ec_exp, oa, &lsm, oti); in echo_create_object()
1406 obd_destroy(env, ec->ec_exp, oa, lsm, oti, NULL); in echo_create_object()
1793 rc = echo_client_prep_commit(env, ec->ec_exp, rw, oa, in echo_client_brw_ioctl()
1912 rc = obd_destroy(env, ec->ec_exp, oa, eco->eo_lsm, in echo_client_iocontrol()
1927 rc = obd_getattr(env, ec->ec_exp, &oinfo); in echo_client_iocontrol()
1945 rc = obd_setattr(env, ec->ec_exp, &oinfo, NULL); in echo_client_iocontrol()
2070 rc = obd_connect(env, &ec->ec_exp, tgt, &echo_uuid, ocd, NULL); in echo_client_setup()
2093 LASSERT(atomic_read(&ec->ec_exp->exp_refcount) > 0); in echo_client_cleanup()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h374 struct obd_export *ec_exp; /* the local connection to osc/lov */ member