Home
last modified time | relevance | path

Searched refs:lsc_hdr (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3426 LASSERTF((int)offsetof(struct llog_size_change_rec, lsc_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants()
3427 (long long)(int)offsetof(struct llog_size_change_rec, lsc_hdr)); in lustre_assert_wire_constants()
3428 LASSERTF((int)sizeof(((struct llog_size_change_rec *)0)->lsc_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants()
3429 (long long)(int)sizeof(((struct llog_size_change_rec *)0)->lsc_hdr)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3057 struct llog_rec_hdr lsc_hdr; member