Home
last modified time | relevance | path

Searched refs:lgdc_ctxt_idx (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c108 __swab32s(&d->lgdc_ctxt_idx); in lustre_swab_llogd_conn_body()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3737 LASSERTF((int)offsetof(struct llogd_conn_body, lgdc_ctxt_idx) == 36, "found %lld\n", in lustre_assert_wire_constants()
3738 (long long)(int)offsetof(struct llogd_conn_body, lgdc_ctxt_idx)); in lustre_assert_wire_constants()
3739 LASSERTF((int)sizeof(((struct llogd_conn_body *)0)->lgdc_ctxt_idx) == 4, "found %lld\n", in lustre_assert_wire_constants()
3740 (long long)(int)sizeof(((struct llogd_conn_body *)0)->lgdc_ctxt_idx)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3236 __u32 lgdc_ctxt_idx; member