Home
last modified time | relevance | path

Searched refs:lgh_logops (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h302 struct llog_operations *lgh_logops; member
343 if (loghandle == NULL || loghandle->lgh_logops == NULL) in llog_handle2ops()
346 *lop = loghandle->lgh_logops; in llog_handle2ops()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c710 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()