Searched refs:lgh (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 410 struct llog_handle **lgh, struct llog_logid *logid, in llog_open() argument 420 *lgh = NULL; in llog_open() 424 *lgh = llog_alloc_handle(); in llog_open() 425 if (*lgh == NULL) in llog_open() 427 (*lgh)->lgh_ctxt = ctxt; in llog_open() 428 (*lgh)->lgh_logops = ctxt->loc_logops; in llog_open() 433 rc = ctxt->loc_logops->lop_open(env, *lgh, logid, name, open_param); in llog_open() 437 llog_free_handle(*lgh); in llog_open() 438 *lgh = NULL; in llog_open()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 94 struct llog_handle **lgh, struct llog_logid *logid, 173 int (*lop_open)(const struct lu_env *env, struct llog_handle *lgh, 180 int (*lop_exist)(struct llog_handle *lgh); 198 struct llog_handle *lgh, 211 struct llog_handle *lgh, 213 int (*lop_add)(const struct lu_env *env, struct llog_handle *lgh,
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 80 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() 138 lgh->lgh_id = body->lgd_logid; in llog_client_open() 139 lgh->lgh_ctxt = ctxt; in llog_client_open()
|