Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c561 cd.lpcd_last_idx = 0; in llog_cat_process_cb()
598 cd.lpcd_last_idx = 0; in llog_cat_process_or_fork()
605 cd.lpcd_last_idx = cat_llh->lgh_last_idx; in llog_cat_process_or_fork()
673 cd.lpcd_last_idx = cat_llh->lgh_last_idx; in llog_cat_reverse_process()
681 cd.lpcd_last_idx = 0; in llog_cat_reverse_process()
Dllog.c296 if (cd != NULL && cd->lpcd_last_idx) in llog_process_thread()
297 last_index = cd->lpcd_last_idx; in llog_process_thread()
401 cd->lpcd_last_idx = last_called_index; in llog_process_thread()
493 if (cd != NULL && cd->lpcd_last_idx) in llog_reverse_process()
494 index = cd->lpcd_last_idx; in llog_reverse_process()
Dobd_config.c1603 cd.lpcd_last_idx = 0; in class_config_parse_llog()
1608 cd.lpcd_first_idx + 1, cd.lpcd_last_idx, rc); in class_config_parse_llog()
1610 cfg->cfg_last_idx = cd.lpcd_last_idx; in class_config_parse_llog()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_log.h172 int lpcd_last_idx; member