Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c244 __swab64s(&llh->llh_timestamp); in lustre_swab_llog_rec()
290 CDEBUG(D_OTHER, "\tllh_timestamp: %#llx\n", h->llh_timestamp); in print_llog_hdr()
Dllog.c191 llh->llh_timestamp = get_seconds(); in llog_read_header()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3622 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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3188 __s64 llh_timestamp; member