Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_cfg.h62 LCFG_ATTACH = 0x00cf001, /**< create a new obd instance */ enumerator
/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1108 case LCFG_ATTACH: { in class_process_config()
1468 if ((lcfg->lcfg_command == LCFG_ATTACH && typename && in class_config_llog_handler()
1515 lcfg->lcfg_command == LCFG_ATTACH) { in class_config_llog_handler()
Dobd_mount.c190 rc = do_lcfg(obdname, 0, LCFG_ATTACH, type, uuid, NULL, NULL); in lustre_start_simple()