Searched refs:lrt_len (Results 1 – 4 of 4) sorted by relevance
275 __swab32s(&tail->lrt_len); in lustre_swab_llog_rec()294 CDEBUG(D_OTHER, "\tllh_tail.lrt_len: %#x\n", h->llh_tail.lrt_len); in print_llog_hdr()
128 llh->llh_hdr.lrh_len = llh->llh_tail.lrt_len = LLOG_CHUNK_SIZE; in llog_read_header()
3293 LASSERTF((int)offsetof(struct llog_rec_tail, lrt_len) == 0, "found %lld\n", in lustre_assert_wire_constants()3294 (long long)(int)offsetof(struct llog_rec_tail, lrt_len)); in lustre_assert_wire_constants()3295 LASSERTF((int)sizeof(((struct llog_rec_tail *)0)->lrt_len) == 4, "found %lld\n", in lustre_assert_wire_constants()3296 (long long)(int)sizeof(((struct llog_rec_tail *)0)->lrt_len)); in lustre_assert_wire_constants()
2990 __u32 lrt_len; member