Home
last modified time | relevance | path

Searched refs:lpcd_first_idx (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c560 cd.lpcd_first_idx = d->lpd_startidx; in llog_cat_process_cb()
597 cd.lpcd_first_idx = llh->llh_cat_idx; in llog_cat_process_or_fork()
604 cd.lpcd_first_idx = 0; in llog_cat_process_or_fork()
672 cd.lpcd_first_idx = 0; in llog_cat_reverse_process()
680 cd.lpcd_first_idx = le32_to_cpu(llh->llh_cat_idx); in llog_cat_reverse_process()
Dllog.c293 last_called_index = cd->lpcd_first_idx; in llog_process_thread()
294 index = cd->lpcd_first_idx + 1; in llog_process_thread()
492 first_index = cd->lpcd_first_idx + 1; in llog_reverse_process()
Dobd_config.c1596 cd.lpcd_first_idx = cfg->cfg_last_idx; in class_config_parse_llog()
1608 cd.lpcd_first_idx + 1, cd.lpcd_last_idx, rc); in class_config_parse_llog()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h168 int lpcd_first_idx; member