Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c61 if (ctxt->loc_exp) { in llog_ctxt_destroy()
62 class_export_put(ctxt->loc_exp); in llog_ctxt_destroy()
63 ctxt->loc_exp = NULL; in llog_ctxt_destroy()
166 ctxt->loc_exp = class_export_get(disk_obd->obd_self_export); in llog_setup()
184 LASSERT(ctxt->loc_exp == disk_obd->obd_self_export); in llog_setup()
Dllog_cat.c446 LASSERT(ctxt->loc_exp); in llog_cat_add()
449 dt = ctxt->loc_exp->exp_obd->obd_lvfs_ctxt.dt; in llog_cat_add()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h313 struct obd_export *loc_exp; /* parent "disk" export (e.g. MDS) */ member