Home
last modified time | relevance | path

Searched refs:lgh (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c704 int llog_add(const struct lu_env *env, struct llog_handle *lgh, in llog_add() argument
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()
723 int llog_declare_add(const struct lu_env *env, struct llog_handle *lgh, in llog_declare_add() argument
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()
854 struct llog_handle **lgh, struct llog_logid *logid, in llog_open() argument
864 *lgh = NULL; in llog_open()
868 *lgh = llog_alloc_handle(); in llog_open()
869 if (*lgh == NULL) in llog_open()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h133 struct llog_handle **lgh, struct llog_logid *logid,
237 int (*lop_open)(const struct lu_env *env, struct llog_handle *lgh,
244 int (*lop_exist)(struct llog_handle *lgh);
264 struct llog_handle *lgh,
277 struct llog_handle *lgh,
279 int (*lop_add)(const struct lu_env *env, struct llog_handle *lgh,
525 int llog_add(const struct lu_env *env, struct llog_handle *lgh,
528 int llog_declare_add(const struct lu_env *env, struct llog_handle *lgh,
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c80 struct llog_handle *lgh, struct llog_logid *logid, in llog_client_open() argument
85 struct llog_ctxt *ctxt = lgh->lgh_ctxt; in llog_client_open()
93 LASSERT(lgh); in llog_client_open()
137 lgh->lgh_id = body->lgd_logid; in llog_client_open()
138 lgh->lgh_ctxt = ctxt; in llog_client_open()