Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3388 LASSERTF((int)offsetof(struct llog_setattr64_rec, lsr_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants()
3389 (long long)(int)offsetof(struct llog_setattr64_rec, lsr_hdr)); in lustre_assert_wire_constants()
3390 LASSERTF((int)sizeof(((struct llog_setattr64_rec *)0)->lsr_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants()
3391 (long long)(int)sizeof(((struct llog_setattr64_rec *)0)->lsr_hdr)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3030 struct llog_rec_hdr lsr_hdr; member