Searched refs:llog_size_change_rec (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3422 LASSERTF((int)sizeof(struct llog_size_change_rec) == 64, "found %lld\n", in lustre_assert_wire_constants() 3423 (long long)(int)sizeof(struct llog_size_change_rec)); in lustre_assert_wire_constants() 3424 LASSERTF((int)offsetof(struct llog_size_change_rec, lsc_hdr) == 0, "found %lld\n", in lustre_assert_wire_constants() 3425 (long long)(int)offsetof(struct llog_size_change_rec, lsc_hdr)); in lustre_assert_wire_constants() 3426 LASSERTF((int)sizeof(((struct llog_size_change_rec *)0)->lsc_hdr) == 16, "found %lld\n", in lustre_assert_wire_constants() 3427 (long long)(int)sizeof(((struct llog_size_change_rec *)0)->lsc_hdr)); in lustre_assert_wire_constants() 3428 LASSERTF((int)offsetof(struct llog_size_change_rec, lsc_fid) == 16, "found %lld\n", in lustre_assert_wire_constants() 3429 (long long)(int)offsetof(struct llog_size_change_rec, lsc_fid)); in lustre_assert_wire_constants() 3430 LASSERTF((int)sizeof(((struct llog_size_change_rec *)0)->lsc_fid) == 16, "found %lld\n", in lustre_assert_wire_constants() 3431 (long long)(int)sizeof(((struct llog_size_change_rec *)0)->lsc_fid)); in lustre_assert_wire_constants() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 138 struct llog_size_change_rec *lsc = in lustre_swab_llog_rec() 139 (struct llog_size_change_rec *)rec; in lustre_swab_llog_rec()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3040 struct llog_size_change_rec { struct
|