Searched refs:rootcell (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dmain.c27 static char *rootcell; variable
29 module_param(rootcell, charp, 0);
30 MODULE_PARM_DESC(rootcell, "root AFS cell name and VL server IP addr list");
103 ret = afs_cell_init(rootcell);
H A Dcell.c224 * - can be called from a write to /proc/fs/afs/rootcell
226 int afs_cell_init(char *rootcell) argument
233 if (!rootcell) {
241 cp = strchr(rootcell, ':');
248 new_root = afs_cell_create(rootcell, strlen(rootcell), cp, false);

Completed in 53 milliseconds