Searched refs:lgd_ctxt_idx (Results 1 – 4 of 4) sorted by relevance
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()
3690 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()
54 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()
3225 __u32 lgd_ctxt_idx; member