Home
last modified time | relevance | path

Searched refs:lgd_logid (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c116 body->lgd_logid = *logid; in llog_client_open()
138 lgh->lgh_id = body->lgd_logid; in llog_client_open()
167 body->lgd_logid = loghandle->lgh_id; in llog_client_next_block()
225 body->lgd_logid = loghandle->lgh_id; in llog_client_prev_block()
278 body->lgd_logid = handle->lgh_id; in llog_client_read_header()
Dwiretest.c3684 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()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c51 POSTID(&d->lgd_logid.lgl_oi)); in print_llogd_body()
52 CDEBUG(D_OTHER, "\tlgd_logid.lgl_ogen: %#x\n", d->lgd_logid.lgl_ogen); in print_llogd_body()
90 lustre_swab_llog_id(&d->lgd_logid); in lustre_swab_llogd_body()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3208 struct llog_logid lgd_logid; member