Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3602 LASSERTF((int)offsetof(struct llog_gen_rec, lgr_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants()
3603 (long long)(int)offsetof(struct llog_gen_rec, lgr_hdr)); in lustre_assert_wire_constants()
3604 LASSERTF((int)sizeof(((struct llog_gen_rec *)0)->lgr_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants()
3605 (long long)(int)sizeof(((struct llog_gen_rec *)0)->lgr_hdr)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3159 struct llog_rec_hdr lgr_hdr; member