Home
last modified time | relevance | path

Searched refs:ws_cell (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/afs/
H A Dcell.c67 cell = net->ws_cell; in afs_find_cell_locked()
382 old_root = net->ws_cell; in afs_cell_init()
383 net->ws_cell = new_root; in afs_cell_init()
938 ws = net->ws_cell; in afs_cell_purge()
939 net->ws_cell = NULL; in afs_cell_purge()
H A Ddynroot.c200 if (!net->ws_cell) in afs_lookup_atcell()
209 cell = net->ws_cell; in afs_lookup_atcell()
H A Dproc.c159 cell = net->ws_cell; in afs_proc_rootcell_show()
H A Dinternal.h270 struct afs_cell *ws_cell; member