Home
last modified time | relevance | path

Searched refs:llh_timestamp (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c241 __swab64s(&llh->llh_timestamp); in lustre_swab_llog_rec()
287 CDEBUG(D_OTHER, "\tllh_timestamp: %#llx\n", h->llh_timestamp); in print_llog_hdr()
Dllog.c130 llh->llh_timestamp = ktime_get_real_seconds(); in llog_read_header()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3620 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()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3167 __s64 llh_timestamp; member