Searched refs:loc_logops (Results 1 – 4 of 4) sorted by relevance
417 LASSERT(ctxt->loc_logops); in llog_open()419 if (ctxt->loc_logops->lop_open == NULL) { in llog_open()428 (*lgh)->lgh_logops = ctxt->loc_logops; in llog_open()433 rc = ctxt->loc_logops->lop_open(env, *lgh, logid, name, open_param); in llog_open()
163 ctxt->loc_logops = op; in llog_setup()184 LASSERT(ctxt->loc_logops == op); in llog_setup()
248 struct llog_operations *loc_logops; member
275 #define CTXTP(ctxt, op) (ctxt)->loc_logops->lop_##op