Searched refs:llh_hdr (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 265 struct llog_rec_hdr *llh_hdr; in llog_client_read_header() local 297 llh_hdr = &handle->lgh_hdr->llh_hdr; in llog_client_read_header() 298 if (llh_hdr->lrh_type != LLOG_HDR_MAGIC) { in llog_client_read_header() 300 llh_hdr->lrh_type, LLOG_HDR_MAGIC); in llog_client_read_header() 302 } else if (llh_hdr->lrh_len != LLOG_CHUNK_SIZE) { in llog_client_read_header() 304 llh_hdr->lrh_len, LLOG_CHUNK_SIZE); in llog_client_read_header()
|
D | wiretest.c | 3616 LASSERTF((int)offsetof(struct llog_log_hdr, llh_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants() 3617 (long long)(int)offsetof(struct llog_log_hdr, llh_hdr)); in lustre_assert_wire_constants() 3618 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants() 3619 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_hdr)); in lustre_assert_wire_constants()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 284 CDEBUG(D_OTHER, "\tllh_hdr.lrh_index: %#x\n", h->llh_hdr.lrh_index); in print_llog_hdr() 285 CDEBUG(D_OTHER, "\tllh_hdr.lrh_len: %#x\n", h->llh_hdr.lrh_len); in print_llog_hdr() 286 CDEBUG(D_OTHER, "\tllh_hdr.lrh_type: %#x\n", h->llh_hdr.lrh_type); in print_llog_hdr() 301 lustre_swab_llog_rec(&h->llh_hdr); in lustre_swab_llog_hdr()
|
D | llog.c | 127 llh->llh_hdr.lrh_type = LLOG_HDR_MAGIC; in llog_read_header() 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/include/lustre/ |
D | lustre_idl.h | 3166 struct llog_rec_hdr llh_hdr; member 3180 #define LLOG_BITMAP_SIZE(llh) (__u32)((llh->llh_hdr.lrh_len - \
|