Searched refs:cfg_instance (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 167 instance = cfg ? cfg->cfg_instance : NULL; in config_log_find() 171 if (instance != cld->cld_cfg.cfg_instance) in config_log_find() 199 cfg ? cfg->cfg_instance : NULL); in do_config_log_add() 258 LASSERT(lcfg.cfg_instance); in config_recover_log_add() 271 lcfg.cfg_instance = sb; in config_params_log_add() 296 CDEBUG(D_MGC, "adding config log %s:%p\n", logname, cfg->cfg_instance); in config_log_add() 1112 LASSERT(cfg->cfg_instance != NULL); in mgc_apply_recover_logs() 1113 LASSERT(cfg->cfg_sb == cfg->cfg_instance); in mgc_apply_recover_logs() 1119 pos = snprintf(inst, PAGE_CACHE_SIZE, "%p", cfg->cfg_instance); in mgc_apply_recover_logs() 1544 cld->cld_cfg.cfg_instance, cld->cld_cfg.cfg_last_idx + 1); in mgc_process_log()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 1124 clli->cfg_instance, in class_config_llog_handler() 1167 if (clli && clli->cfg_instance && in class_config_llog_handler() 1171 sizeof(clli->cfg_instance) * 2 + 4; in class_config_llog_handler() 1174 clli->cfg_instance); in class_config_llog_handler() 1186 if (clli && clli->cfg_instance != NULL && in class_config_llog_handler() 1198 if (clli && !clli->cfg_instance && in class_config_llog_handler()
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 895 cfg->cfg_instance = sb; in ll_fill_super() 916 dt = kasprintf(GFP_NOFS, "%s-%p", lprof->lp_dt, cfg->cfg_instance); in ll_fill_super() 922 md = kasprintf(GFP_NOFS, "%s-%p", lprof->lp_md, cfg->cfg_instance); in ll_fill_super() 954 cfg.cfg_instance = sb; in ll_put_super() 957 params_cfg.cfg_instance = sb; in ll_put_super()
|
/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 129 void *cfg_instance; member
|