Home
last modified time | relevance | path

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

/linux-4.4.14/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.c128 llh->llh_hdr.lrh_len = llh->llh_tail.lrt_len = LLOG_CHUNK_SIZE; in llog_read_header()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3293 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()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2990 __u32 lrt_len; member