Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_cfg.h227 static inline struct lustre_cfg *lustre_cfg_new(int cmd, in lustre_cfg_new() function
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c96 lcfg = lustre_cfg_new(LCFG_LOG_START, bufs); in lustre_process_log()
134 lcfg = lustre_cfg_new(LCFG_LOG_END, &bufs); in lustre_end_log()
166 lcfg = lustre_cfg_new(cmd, &bufs); in do_lcfg()
Dobd_config.c1032 new_cfg = lustre_cfg_new(cfg->lcfg_command, bufs); in lustre_cfg_rename()
1533 lcfg_new = lustre_cfg_new(lcfg->lcfg_command, &bufs); in class_config_llog_handler()
1740 lcfg = lustre_cfg_new(LCFG_CLEANUP, &bufs); in class_manual_cleanup()
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1287 lcfg = lustre_cfg_new(LCFG_PARAM, &bufs); in mgc_apply_recover_logs()