Searched refs:llh_count (Results 1 – 4 of 4) sorted by relevance
242 __swab32s(&llh->llh_count); in lustre_swab_llog_rec()288 CDEBUG(D_OTHER, "\tllh_count: %#x\n", h->llh_count); in print_llog_hdr()
126 llh->llh_count = 1; /* for the header record */ in llog_read_header()
3624 LASSERTF((int)offsetof(struct llog_log_hdr, llh_count) == 24, "found %lld\n", in lustre_assert_wire_constants()3625 (long long)(int)offsetof(struct llog_log_hdr, llh_count)); in lustre_assert_wire_constants()3626 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_count) == 4, "found %lld\n", in lustre_assert_wire_constants()3627 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_count)); in lustre_assert_wire_constants()
3168 __u32 llh_count; member