Searched refs:llh_tail (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 247 tail = &llh->llh_tail; in lustre_swab_llog_rec() 293 CDEBUG(D_OTHER, "\tllh_tail.lrt_index: %#x\n", h->llh_tail.lrt_index); in print_llog_hdr() 294 CDEBUG(D_OTHER, "\tllh_tail.lrt_len: %#x\n", h->llh_tail.lrt_len); in print_llog_hdr()
|
D | llog.c | 128 llh->llh_hdr.lrh_len = llh->llh_tail.lrt_len = LLOG_CHUNK_SIZE; in llog_read_header() 129 llh->llh_hdr.lrh_index = llh->llh_tail.lrt_index = 0; in llog_read_header()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 294 handle->lgh_last_idx = handle->lgh_hdr->llh_tail.lrt_index; in llog_client_read_header()
|
D | wiretest.c | 3656 LASSERTF((int)offsetof(struct llog_log_hdr, llh_tail) == 8184, "found %lld\n", in lustre_assert_wire_constants() 3657 (long long)(int)offsetof(struct llog_log_hdr, llh_tail)); in lustre_assert_wire_constants() 3658 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_tail) == 8, "found %lld\n", in lustre_assert_wire_constants() 3659 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_tail)); in lustre_assert_wire_constants()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3177 struct llog_rec_tail llh_tail; member 3182 sizeof(llh->llh_tail)) * 8)
|