Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c60 ctxt->loc_idx); \
117 body->lgd_ctxt_idx = ctxt->loc_idx - 1; in llog_client_open()
202 body->lgd_ctxt_idx = loghandle->lgh_ctxt->loc_idx - 1; in llog_client_next_block()
260 body->lgd_ctxt_idx = loghandle->lgh_ctxt->loc_idx - 1; in llog_client_prev_block()
313 body->lgd_ctxt_idx = handle->lgh_ctxt->loc_idx - 1; in llog_client_read_header()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c83 olg->olg_ctxts[ctxt->loc_idx] = NULL; in __llog_ctxt_put()
121 idx = ctxt->loc_idx; in llog_cleanup()
163 ctxt->loc_idx = index; in llog_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h310 int loc_idx; /* my index the obd array of ctxt's */ member