Home
last modified time | relevance | path

Searched refs:lrt_len (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c275 __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()
Dllog.c189 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()
Dllog_cat.c127 rec.lid_tail.lrt_len = sizeof(rec); in llog_cat_new_log()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3295 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3006 __u32 lrt_len; member