Home
last modified time | relevance | path

Searched refs:loc_logops (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dllog.c417 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()
Dllog_obd.c163 ctxt->loc_logops = op; in llog_setup()
184 LASSERT(ctxt->loc_logops == op); in llog_setup()
/drivers/staging/lustre/lustre/include/
Dlustre_log.h248 struct llog_operations *loc_logops; member
Dobd_class.h275 #define CTXTP(ctxt, op) (ctxt)->loc_logops->lop_##op