Searched refs:do_lcfg (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 146 int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd, in do_lcfg() function 172 EXPORT_SYMBOL(do_lcfg); 183 rc = do_lcfg(obdname, 0, LCFG_ATTACH, type, uuid, NULL, NULL); in lustre_start_simple() 188 rc = do_lcfg(obdname, 0, LCFG_SETUP, s1, s2, s3, s4); in lustre_start_simple() 191 do_lcfg(obdname, 0, LCFG_DETACH, NULL, NULL, NULL, NULL); in lustre_start_simple() 336 rc = do_lcfg(mgcname, id.nid, in lustre_start_mgc() 352 rc = do_lcfg(mgcname, nid, in lustre_start_mgc() 362 rc = do_lcfg(mgcname, nid, in lustre_start_mgc() 404 rc = do_lcfg(mgcname, nid, in lustre_start_mgc() 410 rc = do_lcfg(mgcname, 0, LCFG_ADD_CONN, in lustre_start_mgc() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_param.h | 69 int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd,
|