Searched refs:lrt_len (Results 1 – 5 of 5) 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()
189 llh->llh_hdr.lrh_len = llh->llh_tail.lrt_len = LLOG_CHUNK_SIZE; in llog_read_header()540 rec = (void *)tail - tail->lrt_len + in llog_reverse_process()561 tail = (void *)tail - tail->lrt_len; in llog_reverse_process()
127 rec.lid_tail.lrt_len = sizeof(rec); in llog_cat_new_log()
3295 LASSERTF((int)offsetof(struct llog_rec_tail, lrt_len) == 0, "found %lld\n", in lustre_assert_wire_constants()3296 (long long)(int)offsetof(struct llog_rec_tail, lrt_len)); in lustre_assert_wire_constants()3297 LASSERTF((int)sizeof(((struct llog_rec_tail *)0)->lrt_len) == 4, "found %lld\n", in lustre_assert_wire_constants()3298 (long long)(int)sizeof(((struct llog_rec_tail *)0)->lrt_len)); in lustre_assert_wire_constants()
3006 __u32 lrt_len; member