rootcell          331 fs/afs/cell.c  int afs_cell_init(struct afs_net *net, const char *rootcell)
rootcell          339 fs/afs/cell.c  	if (!rootcell) {
rootcell          347 fs/afs/cell.c  	cp = strchr(rootcell, ':');
rootcell          351 fs/afs/cell.c  		len = strlen(rootcell);
rootcell          354 fs/afs/cell.c  		len = cp - rootcell;
rootcell          358 fs/afs/cell.c  	new_root = afs_lookup_cell(net, rootcell, len, vllist, false);
rootcell           26 fs/afs/main.c  static char *rootcell;
rootcell           28 fs/afs/main.c  module_param(rootcell, charp, 0);
rootcell           29 fs/afs/main.c  MODULE_PARM_DESC(rootcell, "root AFS cell name and VL server IP addr list");
rootcell          116 fs/afs/main.c  	ret = afs_cell_init(net, rootcell);