Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c60 if (ctxt->loc_exp) { in llog_ctxt_destroy()
61 class_export_put(ctxt->loc_exp); in llog_ctxt_destroy()
62 ctxt->loc_exp = NULL; in llog_ctxt_destroy()
165 ctxt->loc_exp = class_export_get(disk_obd->obd_self_export); in llog_setup()
183 LASSERT(ctxt->loc_exp == disk_obd->obd_self_export); in llog_setup()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_log.h245 struct obd_export *loc_exp; /* parent "disk" export (e.g. MDS) */ member