Searched refs:llogd_body (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 84 struct llogd_body *body; in llog_client_open() 153 struct llogd_body *body; in llog_client_next_block() 211 struct llogd_body *body; in llog_client_prev_block() 263 struct llogd_body *body; in llog_client_read_header()
|
D | wiretest.c | 3682 LASSERTF((int)sizeof(struct llogd_body) == 48, "found %lld\n", in lustre_assert_wire_constants() 3683 (long long)(int)sizeof(struct llogd_body)); in lustre_assert_wire_constants() 3684 LASSERTF((int)offsetof(struct llogd_body, lgd_logid) == 0, "found %lld\n", in lustre_assert_wire_constants() 3685 (long long)(int)offsetof(struct llogd_body, lgd_logid)); in lustre_assert_wire_constants() 3686 LASSERTF((int)sizeof(((struct llogd_body *)0)->lgd_logid) == 20, "found %lld\n", in lustre_assert_wire_constants() 3687 (long long)(int)sizeof(((struct llogd_body *)0)->lgd_logid)); in lustre_assert_wire_constants() 3688 LASSERTF((int)offsetof(struct llogd_body, lgd_ctxt_idx) == 20, "found %lld\n", in lustre_assert_wire_constants() 3689 (long long)(int)offsetof(struct llogd_body, lgd_ctxt_idx)); in lustre_assert_wire_constants() 3690 LASSERTF((int)sizeof(((struct llogd_body *)0)->lgd_ctxt_idx) == 4, "found %lld\n", in lustre_assert_wire_constants() 3691 (long long)(int)sizeof(((struct llogd_body *)0)->lgd_ctxt_idx)); in lustre_assert_wire_constants() [all …]
|
D | layout.c | 955 sizeof(struct llogd_body), lustre_swab_llogd_body, NULL);
|
/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 47 static void print_llogd_body(struct llogd_body *d) in print_llogd_body() 87 void lustre_swab_llogd_body(struct llogd_body *d) in lustre_swab_llogd_body()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3207 struct llogd_body { struct 3338 void lustre_swab_llogd_body(struct llogd_body *d);
|