Searched refs:cfg_instance (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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() 259 if (IS_MDT(lsi) && lcfg.cfg_instance) in config_recover_log_add() 267 LASSERT(lcfg.cfg_instance == NULL); in config_recover_log_add() 268 lcfg.cfg_instance = sb; in config_recover_log_add() 271 LASSERT(lcfg.cfg_instance != NULL); in config_recover_log_add() 285 lcfg.cfg_instance = sb; in config_params_log_add() 310 CDEBUG(D_MGC, "adding config log %s:%p\n", logname, cfg->cfg_instance); in config_log_add() 1129 LASSERT(cfg->cfg_instance != NULL); in mgc_apply_recover_logs() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 1447 clli->cfg_instance, in class_config_llog_handler() 1491 if (clli && clli->cfg_instance && in class_config_llog_handler() 1495 sizeof(clli->cfg_instance) * 2 + 4; in class_config_llog_handler() 1503 clli->cfg_instance); in class_config_llog_handler() 1511 if (clli && clli->cfg_instance != NULL && in class_config_llog_handler() 1523 if (clli && clli->cfg_instance == NULL && in class_config_llog_handler()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 920 const int instlen = sizeof(cfg->cfg_instance) * 2 + 2; in ll_fill_super() 959 cfg->cfg_instance = sb; in ll_fill_super() 980 dt = kasprintf(GFP_NOFS, "%s-%p", lprof->lp_dt, cfg->cfg_instance); in ll_fill_super() 986 md = kasprintf(GFP_NOFS, "%s-%p", lprof->lp_md, cfg->cfg_instance); in ll_fill_super() 1022 cfg.cfg_instance = sb; in ll_put_super() 1025 params_cfg.cfg_instance = sb; in ll_put_super()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 161 void *cfg_instance; member
|