Searched refs:llh_timestamp (Results 1 – 4 of 4) sorted by relevance
241 __swab64s(&llh->llh_timestamp); in lustre_swab_llog_rec()287 CDEBUG(D_OTHER, "\tllh_timestamp: %#llx\n", h->llh_timestamp); in print_llog_hdr()
130 llh->llh_timestamp = ktime_get_real_seconds(); in llog_read_header()
3620 LASSERTF((int)offsetof(struct llog_log_hdr, llh_timestamp) == 16, "found %lld\n", in lustre_assert_wire_constants()3621 (long long)(int)offsetof(struct llog_log_hdr, llh_timestamp)); in lustre_assert_wire_constants()3622 LASSERTF((int)sizeof(((struct llog_log_hdr *)0)->llh_timestamp) == 8, "found %lld\n", in lustre_assert_wire_constants()3623 (long long)(int)sizeof(((struct llog_log_hdr *)0)->llh_timestamp)); in lustre_assert_wire_constants()
3167 __s64 llh_timestamp; member