Searched refs:lgdc_logid (Results 1 – 3 of 3) sorted by relevance
107 lustre_swab_llog_id(&d->lgdc_logid); in lustre_swab_llogd_conn_body()
3733 LASSERTF((int)offsetof(struct llogd_conn_body, lgdc_logid) == 16, "found %lld\n", in lustre_assert_wire_constants()3734 (long long)(int)offsetof(struct llogd_conn_body, lgdc_logid)); in lustre_assert_wire_constants()3735 LASSERTF((int)sizeof(((struct llogd_conn_body *)0)->lgdc_logid) == 20, "found %lld\n", in lustre_assert_wire_constants()3736 (long long)(int)sizeof(((struct llogd_conn_body *)0)->lgdc_logid)); in lustre_assert_wire_constants()
3240 struct llog_logid lgdc_logid; member