Searched refs:lrt_index (Results 1 – 6 of 6) sorted by relevance
276 __swab32s(&tail->lrt_index); in lustre_swab_llog_rec()293 CDEBUG(D_OTHER, "\tllh_tail.lrt_index: %#x\n", h->llh_tail.lrt_index); in print_llog_hdr()
190 llh->llh_hdr.lrh_index = llh->llh_tail.lrt_index = 0; in llog_read_header()532 if (tail->lrt_index == 0) { in llog_reverse_process()548 tail->lrt_index); in llog_reverse_process()
115 llh->llh_tail.lrt_index = index; in llog_cat_new_log()128 rec.lid_tail.lrt_index = index; in llog_cat_new_log()
328 handle->lgh_last_idx = handle->lgh_hdr->llh_tail.lrt_index; in llog_client_read_header()
3299 LASSERTF((int)offsetof(struct llog_rec_tail, lrt_index) == 4, "found %lld\n", in lustre_assert_wire_constants()3300 (long long)(int)offsetof(struct llog_rec_tail, lrt_index)); in lustre_assert_wire_constants()3301 LASSERTF((int)sizeof(((struct llog_rec_tail *)0)->lrt_index) == 4, "found %lld\n", in lustre_assert_wire_constants()3302 (long long)(int)sizeof(((struct llog_rec_tail *)0)->lrt_index)); in lustre_assert_wire_constants()
3007 __u32 lrt_index; member