Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c60 ctxt->loc_idx); \
117 body->lgd_ctxt_idx = ctxt->loc_idx - 1; in llog_client_open()
168 body->lgd_ctxt_idx = loghandle->lgh_ctxt->loc_idx - 1; in llog_client_next_block()
226 body->lgd_ctxt_idx = loghandle->lgh_ctxt->loc_idx - 1; in llog_client_prev_block()
279 body->lgd_ctxt_idx = handle->lgh_ctxt->loc_idx - 1; in llog_client_read_header()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c82 olg->olg_ctxts[ctxt->loc_idx] = NULL; in __llog_ctxt_put()
120 idx = ctxt->loc_idx; in llog_cleanup()
162 ctxt->loc_idx = index; in llog_setup()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_log.h242 int loc_idx; /* my index the obd array of ctxt's */ member