Searched refs:lgh_id (Results 1 – 4 of 4) 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() 120 loghandle->lgh_id.lgl_ogen, index, in llog_cat_new_log() 121 POSTID(&cathandle->lgh_id.lgl_oi)); in llog_cat_new_log() 126 rec.lid_id = loghandle->lgh_id; in llog_cat_new_log() 164 struct llog_logid *cgl = &loghandle->lgh_id; in llog_cat_id2handle() 204 loghandle->u.phd.phd_cookie.lgc_lgl = cathandle->lgh_id; in llog_cat_id2handle() 544 rec->lrh_index, POSTID(&cat_llh->lgh_id.lgl_oi)); in llog_cat_process_cb() 595 POSTID(&cat_llh->lgh_id.lgl_oi)); in llog_cat_process_or_fork() 640 le32_to_cpu(rec->lrh_index), POSTID(&cat_llh->lgh_id.lgl_oi)); in llog_cat_reverse_process_cb() 670 POSTID(&cat_llh->lgh_id.lgl_oi)); in llog_cat_reverse_process() [all …]
|
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() 142 loghandle->lgh_id.lgl_ogen, rc); in llog_cancel_rec() 154 POSTID(&loghandle->lgh_id.lgl_oi), in llog_cancel_rec() 155 loghandle->lgh_id.lgl_ogen, rc); in llog_cancel_rec()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 137 lgh->lgh_id = body->lgd_logid; in llog_client_open() 163 body->lgd_logid = loghandle->lgh_id; in llog_client_destroy() 201 body->lgd_logid = loghandle->lgh_id; in llog_client_next_block() 259 body->lgd_logid = loghandle->lgh_id; in llog_client_prev_block() 312 body->lgd_logid = handle->lgh_id; in llog_client_read_header()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 288 struct llog_logid lgh_id; /* id of this log */ member
|