Home
last modified time | relevance | path

Searched refs:lgh_ctxt (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c85 struct llog_ctxt *ctxt = lgh->lgh_ctxt; in llog_client_open()
139 lgh->lgh_ctxt = ctxt; in llog_client_open()
157 LLOG_CLIENT_ENTRY(loghandle->lgh_ctxt, imp); in llog_client_next_block()
168 body->lgd_ctxt_idx = loghandle->lgh_ctxt->loc_idx - 1; in llog_client_next_block()
201 LLOG_CLIENT_EXIT(loghandle->lgh_ctxt, imp); in llog_client_next_block()
215 LLOG_CLIENT_ENTRY(loghandle->lgh_ctxt, imp); in llog_client_prev_block()
226 body->lgd_ctxt_idx = loghandle->lgh_ctxt->loc_idx - 1; in llog_client_prev_block()
254 LLOG_CLIENT_EXIT(loghandle->lgh_ctxt, imp); in llog_client_prev_block()
268 LLOG_CLIENT_ENTRY(handle->lgh_ctxt, imp); in llog_client_read_header()
279 body->lgd_ctxt_idx = handle->lgh_ctxt->loc_idx - 1; in llog_client_read_header()
[all …]
/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c84 loghandle->lgh_ctxt->loc_obd->obd_name, in llog_cat_id2handle()
97 rc = llog_open(env, cathandle->lgh_ctxt, &loghandle, logid, NULL, in llog_cat_id2handle()
101 cathandle->lgh_ctxt->loc_obd->obd_name, in llog_cat_id2handle()
139 if (cathandle->lgh_ctxt->loc_handle == cathandle) in llog_cat_close()
140 cathandle->lgh_ctxt->loc_handle = NULL; in llog_cat_close()
166 cat_llh->lgh_ctxt->loc_obd->obd_name, in llog_cat_process_cb()
Dllog.c162 handle->lgh_ctxt->loc_obd->obd_name, in llog_init_handle()
184 handle->lgh_ctxt->loc_obd->obd_name, in llog_init_handle()
197 handle->lgh_ctxt->loc_obd->obd_name, in llog_init_handle()
387 loghandle->lgh_ctxt->loc_obd->obd_name, rc); in llog_process_or_fork()
427 (*lgh)->lgh_ctxt = ctxt; in llog_open()
Dobd_config.c1245 handle->lgh_ctxt->loc_obd->obd_name, rc); in class_config_llog_handler()
/drivers/staging/lustre/lustre/include/
Dlustre_log.h227 struct llog_ctxt *lgh_ctxt; member