Searched refs:llogd_conn_body (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3725 LASSERTF((int)sizeof(struct llogd_conn_body) == 40, "found %lld\n", in lustre_assert_wire_constants() 3726 (long long)(int)sizeof(struct llogd_conn_body)); in lustre_assert_wire_constants() 3727 LASSERTF((int)offsetof(struct llogd_conn_body, lgdc_gen) == 0, "found %lld\n", in lustre_assert_wire_constants() 3728 (long long)(int)offsetof(struct llogd_conn_body, lgdc_gen)); in lustre_assert_wire_constants() 3729 LASSERTF((int)sizeof(((struct llogd_conn_body *)0)->lgdc_gen) == 16, "found %lld\n", in lustre_assert_wire_constants() 3730 (long long)(int)sizeof(((struct llogd_conn_body *)0)->lgdc_gen)); in lustre_assert_wire_constants() 3731 LASSERTF((int)offsetof(struct llogd_conn_body, lgdc_logid) == 16, "found %lld\n", in lustre_assert_wire_constants() 3732 (long long)(int)offsetof(struct llogd_conn_body, lgdc_logid)); in lustre_assert_wire_constants() 3733 LASSERTF((int)sizeof(((struct llogd_conn_body *)0)->lgdc_logid) == 20, "found %lld\n", in lustre_assert_wire_constants() 3734 (long long)(int)sizeof(((struct llogd_conn_body *)0)->lgdc_logid)); in lustre_assert_wire_constants() [all …]
|
D | layout.c | 965 sizeof(struct llogd_conn_body),
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 101 void lustre_swab_llogd_conn_body(struct llogd_conn_body *d) in lustre_swab_llogd_conn_body()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3217 struct llogd_conn_body { struct 3340 void lustre_swab_llogd_conn_body(struct llogd_conn_body *d);
|