Searched refs:lgl_oi (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 119 DOSTID"\n", POSTID(&loghandle->lgh_id.lgl_oi), in llog_cat_new_log() 121 POSTID(&cathandle->lgh_id.lgl_oi)); in llog_cat_new_log() 166 if (ostid_id(&cgl->lgl_oi) == ostid_id(&logid->lgl_oi) && in llog_cat_id2handle() 167 ostid_seq(&cgl->lgl_oi) == ostid_seq(&logid->lgl_oi)) { in llog_cat_id2handle() 171 POSTID(&logid->lgl_oi), cgl->lgl_ogen, in llog_cat_id2handle() 188 POSTID(&logid->lgl_oi), logid->lgl_ogen, rc); in llog_cat_id2handle() 501 POSTID(&lgl->lgl_oi), rc); in llog_cat_cancel_records() 543 DOSTID"\n", POSTID(&lir->lid_id.lgl_oi), lir->lid_id.lgl_ogen, in llog_cat_process_cb() 544 rec->lrh_index, POSTID(&cat_llh->lgh_id.lgl_oi)); in llog_cat_process_cb() 550 POSTID(&lir->lid_id.lgl_oi), rc); in llog_cat_process_cb() [all …]
|
D | llog_internal.h | 77 ostid_set_seq_llog(&logid->lgl_oi); in lustre_build_llog_lvfs_oid() 78 ostid_set_id(&logid->lgl_oi, ino); in lustre_build_llog_lvfs_oid()
|
D | llog_swab.c | 52 POSTID(&d->lgd_logid.lgl_oi)); in print_llogd_body() 83 __swab64s(&log_id->lgl_oi.oi.oi_id); in lustre_swab_llog_id() 84 __swab64s(&log_id->lgl_oi.oi.oi_seq); in lustre_swab_llog_id()
|
D | llog.c | 116 index, POSTID(&loghandle->lgh_id.lgl_oi)); in llog_cancel_rec() 141 POSTID(&loghandle->lgh_id.lgl_oi), in llog_cancel_rec() 154 POSTID(&loghandle->lgh_id.lgl_oi), in llog_cancel_rec()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 90 fid->f_seq = id->lgl_oi.oi.oi_seq; in logid_to_fid() 91 fid->f_oid = id->lgl_oi.oi.oi_id; in logid_to_fid() 94 lu_igif_build(fid, id->lgl_oi.oi.oi_id, id->lgl_ogen); in logid_to_fid() 100 id->lgl_oi.oi.oi_seq = fid->f_seq; in fid_to_logid() 101 id->lgl_oi.oi.oi_id = fid->f_oid; in fid_to_logid() 107 log_id->lgl_oi.oi.oi_id = id; in logid_set_id() 112 return log_id->lgl_oi.oi.oi_id; in logid_id()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3233 LASSERTF((int)offsetof(struct llog_logid, lgl_oi) == 0, "found %lld\n", in lustre_assert_wire_constants() 3234 (long long)(int)offsetof(struct llog_logid, lgl_oi)); in lustre_assert_wire_constants() 3235 LASSERTF((int)sizeof(((struct llog_logid *)0)->lgl_oi) == 16, "found %lld\n", in lustre_assert_wire_constants() 3236 (long long)(int)sizeof(((struct llog_logid *)0)->lgl_oi)); in lustre_assert_wire_constants()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2955 struct ost_id lgl_oi; member
|