Searched refs:cat_llh (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 147 struct llog_handle *cat_llh, in llog_cat_process_cb() argument 161 rec->lrh_index, POSTID(&cat_llh->lgh_id.lgl_oi)); in llog_cat_process_cb() 163 rc = llog_cat_id2handle(env, cat_llh, &llh, &lir->lid_id); in llog_cat_process_cb() 166 cat_llh->lgh_ctxt->loc_obd->obd_name, in llog_cat_process_cb() 194 struct llog_handle *cat_llh, in llog_cat_process_or_fork() argument 199 struct llog_log_hdr *llh = cat_llh->lgh_hdr; in llog_cat_process_or_fork() 208 if (llh->llh_cat_idx > cat_llh->lgh_last_idx) { in llog_cat_process_or_fork() 212 POSTID(&cat_llh->lgh_id.lgl_oi)); in llog_cat_process_or_fork() 216 rc = llog_process_or_fork(env, cat_llh, llog_cat_process_cb, in llog_cat_process_or_fork() 222 cd.lpcd_last_idx = cat_llh->lgh_last_idx; in llog_cat_process_or_fork() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 137 int llog_cat_process(const struct lu_env *env, struct llog_handle *cat_llh,
|