Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c85 struct llog_ctxt *ctxt = lgh->lgh_ctxt; in llog_client_open()
138 lgh->lgh_ctxt = ctxt; in llog_client_open()
153 LLOG_CLIENT_ENTRY(loghandle->lgh_ctxt, imp); in llog_client_destroy()
175 LLOG_CLIENT_EXIT(loghandle->lgh_ctxt, imp); in llog_client_destroy()
191 LLOG_CLIENT_ENTRY(loghandle->lgh_ctxt, imp); in llog_client_next_block()
202 body->lgd_ctxt_idx = loghandle->lgh_ctxt->loc_idx - 1; in llog_client_next_block()
235 LLOG_CLIENT_EXIT(loghandle->lgh_ctxt, imp); in llog_client_next_block()
249 LLOG_CLIENT_ENTRY(loghandle->lgh_ctxt, imp); in llog_client_prev_block()
260 body->lgd_ctxt_idx = loghandle->lgh_ctxt->loc_idx - 1; in llog_client_prev_block()
288 LLOG_CLIENT_EXIT(loghandle->lgh_ctxt, imp); in llog_client_prev_block()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c91 loghandle->lgh_ctxt->loc_obd->obd_name, rc); in llog_cat_new_log()
170 loghandle->lgh_ctxt->loc_obd->obd_name, in llog_cat_id2handle()
183 rc = llog_open(env, cathandle->lgh_ctxt, &loghandle, logid, NULL, in llog_cat_id2handle()
187 cathandle->lgh_ctxt->loc_obd->obd_name, in llog_cat_id2handle()
232 loghandle->lgh_ctxt->loc_obd->obd_name, in llog_cat_close()
241 if (cathandle->lgh_ctxt->loc_handle == cathandle) in llog_cat_close()
242 cathandle->lgh_ctxt->loc_handle = NULL; in llog_cat_close()
383 rc = llog_open(env, cathandle->lgh_ctxt, &loghandle, in llog_cat_declare_add_rec()
396 rc = llog_open(env, cathandle->lgh_ctxt, &loghandle, in llog_cat_declare_add_rec()
444 ctxt = cathandle->lgh_ctxt; in llog_cat_add()
[all …]
Dllog.c140 loghandle->lgh_ctxt->loc_obd->obd_name, in llog_cancel_rec()
153 loghandle->lgh_ctxt->loc_obd->obd_name, in llog_cancel_rec()
223 handle->lgh_ctxt->loc_obd->obd_name, in llog_init_handle()
245 handle->lgh_ctxt->loc_obd->obd_name, in llog_init_handle()
258 handle->lgh_ctxt->loc_obd->obd_name, in llog_init_handle()
456 loghandle->lgh_ctxt->loc_obd->obd_name, rc); in llog_process_or_fork()
826 LASSERT(loghandle->lgh_ctxt); in llog_write()
871 (*lgh)->lgh_ctxt = ctxt; in llog_open()
Dobd_config.c1570 handle->lgh_ctxt->loc_obd->obd_name, rc); in class_config_llog_handler()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h295 struct llog_ctxt *lgh_ctxt; member