Searched refs:llh_timestamp (Results 1 – 4 of 4) sorted by relevance
244 __swab64s(&llh->llh_timestamp); in lustre_swab_llog_rec()290 CDEBUG(D_OTHER, "\tllh_timestamp: %#llx\n", h->llh_timestamp); in print_llog_hdr()
191 llh->llh_timestamp = get_seconds(); in llog_read_header()
3622 LASSERTF((int)offsetof(struct llog_log_hdr, llh_timestamp) == 16, "found %lld\n", in lustre_assert_wire_constants()3623 (long long)(int)offsetof(struct llog_log_hdr, llh_timestamp)); in lustre_assert_wire_constants()3624 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_timestamp) == 8, "found %lld\n", in lustre_assert_wire_constants()3625 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_timestamp)); in lustre_assert_wire_constants()
3188 __s64 llh_timestamp; member