Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c276 __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()
Dllog.c129 llh->llh_hdr.lrh_index = llh->llh_tail.lrt_index = 0; in llog_read_header()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c294 handle->lgh_last_idx = handle->lgh_hdr->llh_tail.lrt_index; in llog_client_read_header()
Dwiretest.c3297 LASSERTF((int)offsetof(struct llog_rec_tail, lrt_index) == 4, "found %lld\n", in lustre_assert_wire_constants()
3298 (long long)(int)offsetof(struct llog_rec_tail, lrt_index)); in lustre_assert_wire_constants()
3299 LASSERTF((int)sizeof(((struct llog_rec_tail *)0)->lrt_index) == 4, "found %lld\n", in lustre_assert_wire_constants()
3300 (long long)(int)sizeof(((struct llog_rec_tail *)0)->lrt_index)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2991 __u32 lrt_index; member