Searched refs:lgh_logops (Results 1 – 2 of 2) sorted by relevance
302 struct llog_operations *lgh_logops; member343 if (loghandle == NULL || loghandle->lgh_logops == NULL) in llog_handle2ops()346 *lop = loghandle->lgh_logops; in llog_handle2ops()
710 if (lgh->lgh_logops->lop_add == NULL) in llog_add()716 rc = lgh->lgh_logops->lop_add(env, lgh, rec, logcookies, buf, th); in llog_add()728 if (lgh->lgh_logops->lop_declare_add == NULL) in llog_declare_add()734 rc = lgh->lgh_logops->lop_declare_add(env, lgh, rec, th); in llog_declare_add()872 (*lgh)->lgh_logops = ctxt->loc_logops; in llog_open()