Home
last modified time | relevance | path

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

/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.c190 llh->llh_hdr.lrh_index = llh->llh_tail.lrt_index = 0; in llog_read_header()
532 if (tail->lrt_index == 0) { in llog_reverse_process()
548 tail->lrt_index); in llog_reverse_process()
Dllog_cat.c115 llh->llh_tail.lrt_index = index; in llog_cat_new_log()
128 rec.lid_tail.lrt_index = index; in llog_cat_new_log()
/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c328 handle->lgh_last_idx = handle->lgh_hdr->llh_tail.lrt_index; in llog_client_read_header()
Dwiretest.c3299 LASSERTF((int)offsetof(struct llog_rec_tail, lrt_index) == 4, "found %lld\n", in lustre_assert_wire_constants()
3300 (long long)(int)offsetof(struct llog_rec_tail, lrt_index)); in lustre_assert_wire_constants()
3301 LASSERTF((int)sizeof(((struct llog_rec_tail *)0)->lrt_index) == 4, "found %lld\n", in lustre_assert_wire_constants()
3302 (long long)(int)sizeof(((struct llog_rec_tail *)0)->lrt_index)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3007 __u32 lrt_index; member