Searched refs:lgdc_logid (Results 1 – 3 of 3) sorted by relevance
105 lustre_swab_llog_id(&d->lgdc_logid); in lustre_swab_llogd_conn_body()
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()
3219 struct llog_logid lgdc_logid; member