Searched refs:loc_logops (Results 1 – 4 of 4) sorted by relevance
164 ctxt->loc_logops = op; in llog_setup()185 LASSERT(ctxt->loc_logops == op); in llog_setup()
861 LASSERT(ctxt->loc_logops); in llog_open()863 if (ctxt->loc_logops->lop_open == NULL) { in llog_open()872 (*lgh)->lgh_logops = ctxt->loc_logops; in llog_open()877 rc = ctxt->loc_logops->lop_open(env, *lgh, logid, name, open_param); in llog_open()
316 struct llog_operations *loc_logops; member333 *lop = ctxt->loc_logops; in llog_obd2ops()
332 #define CTXTP(ctxt, op) (ctxt)->loc_logops->lop_##op