Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_log.h234 struct llog_operations *lgh_logops; member
261 if (loghandle == NULL || loghandle->lgh_logops == NULL) in llog_handle2ops()
264 *lop = loghandle->lgh_logops; in llog_handle2ops()
/drivers/staging/lustre/lustre/obdclass/
Dllog.c428 (*lgh)->lgh_logops = ctxt->loc_logops; in llog_open()