Home
last modified time | relevance | path

Searched refs:cfg_last_idx (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c211 cld->cld_cfg.cfg_last_idx = 0; in do_config_log_add()
473 cld->cld_recover->cld_cfg.cfg_last_idx); in lprocfs_mgc_rd_ir_state()
1336 if (cfg->cfg_last_idx == 0) /* the first time */ in mgc_process_recover_log()
1376 body->mcb_offset = cfg->cfg_last_idx + 1; in mgc_process_recover_log()
1405 cfg->cfg_last_idx = res->mcr_offset; in mgc_process_recover_log()
1572 cld->cld_cfg.cfg_instance, cld->cld_cfg.cfg_last_idx + 1); in mgc_process_log()
1661 cfg->cfg_last_idx); in mgc_process_config()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1596 cd.lpcd_first_idx = cfg->cfg_last_idx; 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/
Dobd_class.h165 int cfg_last_idx; /* for partial llog processing */ member