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