Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1399 struct lustre_cfg *lcfg, *lcfg_new; in class_config_llog_handler() local
1533 lcfg_new = lustre_cfg_new(lcfg->lcfg_command, &bufs); in class_config_llog_handler()
1535 lcfg_new->lcfg_num = lcfg->lcfg_num; in class_config_llog_handler()
1536 lcfg_new->lcfg_flags = lcfg->lcfg_flags; in class_config_llog_handler()
1544 lcfg_new->lcfg_nid = in class_config_llog_handler()
1548 libcfs_nid2str(lcfg_new->lcfg_nid)); in class_config_llog_handler()
1550 lcfg_new->lcfg_nid = lcfg->lcfg_nid; in class_config_llog_handler()
1553 lcfg_new->lcfg_nal = 0; /* illegal value for obsolete field */ in class_config_llog_handler()
1555 rc = class_process_config(lcfg_new); in class_config_llog_handler()
1556 lustre_cfg_free(lcfg_new); in class_config_llog_handler()