Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c164 ctxt->loc_logops = op; in llog_setup()
185 LASSERT(ctxt->loc_logops == op); in llog_setup()
Dllog.c861 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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h316 struct llog_operations *loc_logops; member
333 *lop = ctxt->loc_logops; in llog_obd2ops()
Dobd_class.h332 #define CTXTP(ctxt, op) (ctxt)->loc_logops->lop_##op