Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1075 struct lustre_cfg *lcfg, *lcfg_new; in class_config_llog_handler() local
1208 lcfg_new = lustre_cfg_new(lcfg->lcfg_command, &bufs); in class_config_llog_handler()
1210 lcfg_new->lcfg_num = lcfg->lcfg_num; in class_config_llog_handler()
1211 lcfg_new->lcfg_flags = lcfg->lcfg_flags; in class_config_llog_handler()
1219 lcfg_new->lcfg_nid = in class_config_llog_handler()
1223 libcfs_nid2str(lcfg_new->lcfg_nid)); in class_config_llog_handler()
1225 lcfg_new->lcfg_nid = lcfg->lcfg_nid; in class_config_llog_handler()
1228 lcfg_new->lcfg_nal = 0; /* illegal value for obsolete field */ in class_config_llog_handler()
1230 rc = class_process_config(lcfg_new); in class_config_llog_handler()
1231 lustre_cfg_free(lcfg_new); in class_config_llog_handler()