Searched refs:llog_gen_rec (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 263 struct llog_gen_rec *lgr = (struct llog_gen_rec *)rec; in lustre_swab_llog_rec()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3600 LASSERTF((int)sizeof(struct llog_gen_rec) == 64, "found %lld\n", in lustre_assert_wire_constants() 3601 (long long)(int)sizeof(struct llog_gen_rec)); in lustre_assert_wire_constants() 3602 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() 3606 LASSERTF((int)offsetof(struct llog_gen_rec, lgr_gen) == 16, "found %lld\n", in lustre_assert_wire_constants() 3607 (long long)(int)offsetof(struct llog_gen_rec, lgr_gen)); in lustre_assert_wire_constants() 3608 LASSERTF((int)sizeof(((struct llog_gen_rec *)0)->lgr_gen) == 16, "found %lld\n", in lustre_assert_wire_constants() 3609 (long long)(int)sizeof(((struct llog_gen_rec *)0)->lgr_gen)); in lustre_assert_wire_constants() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3163 struct llog_gen_rec { struct
|