Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c250 tail = &llh->llh_tail; in lustre_swab_llog_rec()
296 CDEBUG(D_OTHER, "\tllh_tail.lrt_index: %#x\n", h->llh_tail.lrt_index); in print_llog_hdr()
297 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()
190 llh->llh_hdr.lrh_index = llh->llh_tail.lrt_index = 0; in llog_read_header()
Dllog_cat.c115 llh->llh_tail.lrt_index = index; in llog_cat_new_log()
/linux-4.1.27/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.c3658 LASSERTF((int)offsetof(struct llog_log_hdr, llh_tail) == 8184, "found %lld\n", in lustre_assert_wire_constants()
3659 (long long)(int)offsetof(struct llog_log_hdr, llh_tail)); in lustre_assert_wire_constants()
3660 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_tail) == 8, "found %lld\n", in lustre_assert_wire_constants()
3661 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_tail)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3198 struct llog_rec_tail llh_tail; member
3203 sizeof(llh->llh_tail)) * 8)