Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c82 if (cgl->lgl_ogen != logid->lgl_ogen) { in llog_cat_id2handle()
85 POSTID(&logid->lgl_oi), cgl->lgl_ogen, in llog_cat_id2handle()
86 logid->lgl_ogen); in llog_cat_id2handle()
102 POSTID(&logid->lgl_oi), logid->lgl_ogen, rc); in llog_cat_id2handle()
160 DOSTID"\n", POSTID(&lir->lid_id.lgl_oi), lir->lid_id.lgl_ogen, in llog_cat_process_cb()
Dllog_swab.c52 CDEBUG(D_OTHER, "\tlgd_logid.lgl_ogen: %#x\n", d->lgd_logid.lgl_ogen); in print_llogd_body()
84 __swab32s(&log_id->lgl_ogen); in lustre_swab_llog_id()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3235 LASSERTF((int)offsetof(struct llog_logid, lgl_ogen) == 16, "found %lld\n", in lustre_assert_wire_constants()
3236 (long long)(int)offsetof(struct llog_logid, lgl_ogen)); in lustre_assert_wire_constants()
3237 LASSERTF((int)sizeof(((struct llog_logid *)0)->lgl_ogen) == 4, "found %lld\n", in lustre_assert_wire_constants()
3238 (long long)(int)sizeof(((struct llog_logid *)0)->lgl_ogen)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2935 __u32 lgl_ogen; member