Searched refs:lgl_oi (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 80 if (ostid_id(&cgl->lgl_oi) == ostid_id(&logid->lgl_oi) && in llog_cat_id2handle() 81 ostid_seq(&cgl->lgl_oi) == ostid_seq(&logid->lgl_oi)) { in llog_cat_id2handle() 85 POSTID(&logid->lgl_oi), cgl->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() 161 rec->lrh_index, POSTID(&cat_llh->lgh_id.lgl_oi)); in llog_cat_process_cb() 167 POSTID(&lir->lid_id.lgl_oi), rc); in llog_cat_process_cb() 212 POSTID(&cat_llh->lgh_id.lgl_oi)); in llog_cat_process_or_fork()
|
D | llog_swab.c | 51 POSTID(&d->lgd_logid.lgl_oi)); in print_llogd_body() 82 __swab64s(&log_id->lgl_oi.oi.oi_id); in lustre_swab_llog_id() 83 __swab64s(&log_id->lgl_oi.oi.oi_seq); in lustre_swab_llog_id()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3231 LASSERTF((int)offsetof(struct llog_logid, lgl_oi) == 0, "found %lld\n", in lustre_assert_wire_constants() 3232 (long long)(int)offsetof(struct llog_logid, lgl_oi)); in lustre_assert_wire_constants() 3233 LASSERTF((int)sizeof(((struct llog_logid *)0)->lgl_oi) == 16, "found %lld\n", in lustre_assert_wire_constants() 3234 (long long)(int)sizeof(((struct llog_logid *)0)->lgl_oi)); in lustre_assert_wire_constants()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2934 struct ost_id lgl_oi; member
|