Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c120 loghandle->lgh_id.lgl_ogen, index, in llog_cat_new_log()
168 if (cgl->lgl_ogen != logid->lgl_ogen) { in llog_cat_id2handle()
171 POSTID(&logid->lgl_oi), cgl->lgl_ogen, in llog_cat_id2handle()
172 logid->lgl_ogen); in llog_cat_id2handle()
188 POSTID(&logid->lgl_oi), logid->lgl_ogen, rc); in llog_cat_id2handle()
543 DOSTID"\n", POSTID(&lir->lid_id.lgl_oi), lir->lid_id.lgl_ogen, in llog_cat_process_cb()
639 DOSTID"\n", POSTID(&lir->lid_id.lgl_oi), lir->lid_id.lgl_ogen, in llog_cat_reverse_process_cb()
768 DOSTID"\n", POSTID(&lir->lid_id.lgl_oi), lir->lid_id.lgl_ogen, in cat_cancel_cb()
Dllog_internal.h79 logid->lgl_ogen = gen; in lustre_build_llog_lvfs_oid()
Dllog_swab.c53 CDEBUG(D_OTHER, "\tlgd_logid.lgl_ogen: %#x\n", d->lgd_logid.lgl_ogen); in print_llogd_body()
85 __swab32s(&log_id->lgl_ogen); in lustre_swab_llog_id()
Dllog.c142 loghandle->lgh_id.lgl_ogen, rc); in llog_cancel_rec()
155 loghandle->lgh_id.lgl_ogen, rc); in llog_cancel_rec()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h89 if (id->lgl_ogen == 0) { in logid_to_fid()
94 lu_igif_build(fid, id->lgl_oi.oi.oi_id, id->lgl_ogen); in logid_to_fid()
102 id->lgl_ogen = 0; in fid_to_logid()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3237 LASSERTF((int)offsetof(struct llog_logid, lgl_ogen) == 16, "found %lld\n", in lustre_assert_wire_constants()
3238 (long long)(int)offsetof(struct llog_logid, lgl_ogen)); in lustre_assert_wire_constants()
3239 LASSERTF((int)sizeof(((struct llog_logid *)0)->lgl_ogen) == 4, "found %lld\n", in lustre_assert_wire_constants()
3240 (long long)(int)sizeof(((struct llog_logid *)0)->lgl_ogen)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2956 __u32 lgl_ogen; member