Searched refs:llog_setattr64_rec (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3386 LASSERTF((int)sizeof(struct llog_setattr64_rec) == 64, "found %lld\n", in lustre_assert_wire_constants() 3387 (long long)(int)sizeof(struct llog_setattr64_rec)); in lustre_assert_wire_constants() 3388 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() 3392 LASSERTF((int)offsetof(struct llog_setattr64_rec, lsr_oi) == 16, "found %lld\n", in lustre_assert_wire_constants() 3393 (long long)(int)offsetof(struct llog_setattr64_rec, lsr_oi)); in lustre_assert_wire_constants() 3394 LASSERTF((int)sizeof(((struct llog_setattr64_rec *)0)->lsr_oi) == 16, "found %lld\n", in lustre_assert_wire_constants() 3395 (long long)(int)sizeof(((struct llog_setattr64_rec *)0)->lsr_oi)); in lustre_assert_wire_constants() [all …]
|
/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 223 struct llog_setattr64_rec *lsr = in lustre_swab_llog_rec() 224 (struct llog_setattr64_rec *)rec; in lustre_swab_llog_rec()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3029 struct llog_setattr64_rec { struct
|