Home
last modified time | relevance | path

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

/Linux-v4.19/fs/afs/
Dmain.c30 static char *rootcell; variable
32 module_param(rootcell, charp, 0);
33 MODULE_PARM_DESC(rootcell, "root AFS cell name and VL server IP addr list");
120 ret = afs_cell_init(net, rootcell); in afs_net_init()
Dcell.c307 int afs_cell_init(struct afs_net *net, const char *rootcell) in afs_cell_init() argument
315 if (!rootcell) { in afs_cell_init()
323 cp = strchr(rootcell, ':'); in afs_cell_init()
327 len = strlen(rootcell); in afs_cell_init()
330 len = cp - rootcell; in afs_cell_init()
334 new_root = afs_lookup_cell(net, rootcell, len, vllist, false); in afs_cell_init()
/Linux-v4.19/Documentation/filesystems/
Dafs.txt69 modprobe kafs rootcell=cambridge.redhat.com:172.16.18.73:172.16.18.91
181 "rootcell=" argument or, if compiled in, using a "kafs.rootcell=" argument on