Lines Matching refs:afs_cell
28 static struct afs_cell *afs_cell_root;
34 static struct afs_cell *afs_cell_alloc(const char *name, unsigned namelen, in afs_cell_alloc()
37 struct afs_cell *cell; in afs_cell_alloc()
54 cell = kzalloc(sizeof(struct afs_cell) + namelen + 1, GFP_KERNEL); in afs_cell_alloc()
150 struct afs_cell *afs_cell_create(const char *name, unsigned namesz, in afs_cell_create()
153 struct afs_cell *cell; in afs_cell_create()
228 struct afs_cell *old_root, *new_root; in afs_cell_init()
268 struct afs_cell *afs_cell_lookup(const char *name, unsigned namesz, in afs_cell_lookup()
271 struct afs_cell *cell; in afs_cell_lookup()
326 struct afs_cell *afs_get_cell_maybe(struct afs_cell *cell)
343 void afs_put_cell(struct afs_cell *cell) in afs_put_cell()
377 static void afs_cell_destroy(struct afs_cell *cell) in afs_cell_destroy()
427 struct afs_cell *cell; in afs_cell_purge()
443 struct afs_cell, link); in afs_cell_purge()