Home
last modified time | relevance | path

Searched refs:lgd_ctxt_idx (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c117 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()
Dwiretest.c3690 LASSERTF((int)offsetof(struct llogd_body, lgd_ctxt_idx) == 20, "found %lld\n", in lustre_assert_wire_constants()
3691 (long long)(int)offsetof(struct llogd_body, lgd_ctxt_idx)); in lustre_assert_wire_constants()
3692 LASSERTF((int)sizeof(((struct llogd_body *)0)->lgd_ctxt_idx) == 4, "found %lld\n", in lustre_assert_wire_constants()
3693 (long long)(int)sizeof(((struct llogd_body *)0)->lgd_ctxt_idx)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c54 CDEBUG(D_OTHER, "\tlgd_ctxt_idx: %#x\n", d->lgd_ctxt_idx); in print_llogd_body()
93 __swab32s(&d->lgd_ctxt_idx); in lustre_swab_llogd_body()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3225 __u32 lgd_ctxt_idx; member