Searched refs:llog_unlink_rec (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 151 struct llog_unlink_rec *lur = (struct llog_unlink_rec *)rec; in lustre_swab_llog_rec()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3333 LASSERTF((int)sizeof(struct llog_unlink_rec) == 40, "found %lld\n", in lustre_assert_wire_constants() 3334 (long long)(int)sizeof(struct llog_unlink_rec)); in lustre_assert_wire_constants() 3335 LASSERTF((int)offsetof(struct llog_unlink_rec, lur_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants() 3336 (long long)(int)offsetof(struct llog_unlink_rec, lur_hdr)); in lustre_assert_wire_constants() 3337 LASSERTF((int)sizeof(((struct llog_unlink_rec *)0)->lur_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants() 3338 (long long)(int)sizeof(((struct llog_unlink_rec *)0)->lur_hdr)); in lustre_assert_wire_constants() 3339 LASSERTF((int)offsetof(struct llog_unlink_rec, lur_oid) == 16, "found %lld\n", in lustre_assert_wire_constants() 3340 (long long)(int)offsetof(struct llog_unlink_rec, lur_oid)); in lustre_assert_wire_constants() 3341 LASSERTF((int)sizeof(((struct llog_unlink_rec *)0)->lur_oid) == 8, "found %lld\n", in lustre_assert_wire_constants() 3342 (long long)(int)sizeof(((struct llog_unlink_rec *)0)->lur_oid)); in lustre_assert_wire_constants() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3032 struct llog_unlink_rec { struct
|