Searched refs:lgd_logid (Results 1 – 4 of 4) sorted by relevance
116 body->lgd_logid = *logid; in llog_client_open()137 lgh->lgh_id = body->lgd_logid; in llog_client_open()163 body->lgd_logid = loghandle->lgh_id; in llog_client_destroy()201 body->lgd_logid = loghandle->lgh_id; in llog_client_next_block()259 body->lgd_logid = loghandle->lgh_id; in llog_client_prev_block()312 body->lgd_logid = handle->lgh_id; in llog_client_read_header()
3686 LASSERTF((int)offsetof(struct llogd_body, lgd_logid) == 0, "found %lld\n", in lustre_assert_wire_constants()3687 (long long)(int)offsetof(struct llogd_body, lgd_logid)); in lustre_assert_wire_constants()3688 LASSERTF((int)sizeof(((struct llogd_body *)0)->lgd_logid) == 20, "found %lld\n", in lustre_assert_wire_constants()3689 (long long)(int)sizeof(((struct llogd_body *)0)->lgd_logid)); in lustre_assert_wire_constants()
52 POSTID(&d->lgd_logid.lgl_oi)); in print_llogd_body()53 CDEBUG(D_OTHER, "\tlgd_logid.lgl_ogen: %#x\n", d->lgd_logid.lgl_ogen); in print_llogd_body()92 lustre_swab_llog_id(&d->lgd_logid); in lustre_swab_llogd_body()
3229 struct llog_logid lgd_logid; member