Searched refs:llh_size (Results 1 – 4 of 4) sorted by relevance
245 __swab32s(&llh->llh_size); in lustre_swab_llog_rec()291 CDEBUG(D_OTHER, "\tllh_size: %#x\n", h->llh_size); in print_llog_hdr()
194 llh->llh_size = sizeof(struct llog_logid_rec); in llog_init_handle()
3632 LASSERTF((int)offsetof(struct llog_log_hdr, llh_size) == 32, "found %lld\n", in lustre_assert_wire_constants()3633 (long long)(int)offsetof(struct llog_log_hdr, llh_size)); in lustre_assert_wire_constants()3634 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_size) == 4, "found %lld\n", in lustre_assert_wire_constants()3635 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_size)); in lustre_assert_wire_constants()
3170 __u32 llh_size; member