Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_cfg.h229 static inline struct lustre_cfg *lustre_cfg_new(int cmd, in lustre_cfg_new() function
/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c95 lcfg = lustre_cfg_new(LCFG_LOG_START, bufs); in lustre_process_log()
133 lcfg = lustre_cfg_new(LCFG_LOG_END, &bufs); in lustre_end_log()
165 lcfg = lustre_cfg_new(cmd, &bufs); in do_lcfg()
Dobd_config.c1208 lcfg_new = lustre_cfg_new(lcfg->lcfg_command, &bufs); in class_config_llog_handler()
1394 lcfg = lustre_cfg_new(LCFG_CLEANUP, &bufs); in class_manual_cleanup()
/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1259 lcfg = lustre_cfg_new(LCFG_PARAM, &bufs); in mgc_apply_recover_logs()