Home
last modified time | relevance | path

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

/Linux-v5.4/fs/afs/
Dmain.c26 static char *rootcell; variable
28 module_param(rootcell, charp, 0);
29 MODULE_PARM_DESC(rootcell, "root AFS cell name and VL server IP addr list");
116 ret = afs_cell_init(net, rootcell); in afs_net_init()
Dcell.c322 int afs_cell_init(struct afs_net *net, const char *rootcell) in afs_cell_init() argument
330 if (!rootcell) { in afs_cell_init()
338 cp = strchr(rootcell, ':'); in afs_cell_init()
342 len = strlen(rootcell); in afs_cell_init()
345 len = cp - rootcell; in afs_cell_init()
349 new_root = afs_lookup_cell(net, rootcell, len, vllist, false); in afs_cell_init()
/Linux-v5.4/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