Lines Matching refs:afs_cell
49 struct afs_cell *afs_lookup_cell_rcu(struct afs_net *net, in afs_lookup_cell_rcu()
52 struct afs_cell *cell = NULL; in afs_lookup_cell_rcu()
87 cell = rb_entry(p, struct afs_cell, net_node); in afs_lookup_cell_rcu()
120 static struct afs_cell *afs_alloc_cell(struct afs_net *net, in afs_alloc_cell()
124 struct afs_cell *cell; in afs_alloc_cell()
139 cell = kzalloc(sizeof(struct afs_cell), GFP_KERNEL); in afs_alloc_cell()
199 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell()
203 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell()
239 cursor = rb_entry(parent, struct afs_cell, net_node); in afs_lookup_cell()
309 struct afs_cell *old_root, *new_root; in afs_cell_init()
357 static void afs_update_cell(struct afs_cell *cell) in afs_update_cell()
411 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy()
453 struct afs_cell *afs_get_cell(struct afs_cell *cell) in afs_get_cell()
462 void afs_put_cell(struct afs_net *net, struct afs_cell *cell) in afs_put_cell()
488 static int afs_alloc_anon_key(struct afs_cell *cell) in afs_alloc_anon_key()
515 static int afs_activate_cell(struct afs_net *net, struct afs_cell *cell) in afs_activate_cell()
518 struct afs_cell *pcell; in afs_activate_cell()
540 pcell = hlist_entry(*p, struct afs_cell, proc_link); in afs_activate_cell()
559 static void afs_deactivate_cell(struct afs_net *net, struct afs_cell *cell) in afs_deactivate_cell()
584 struct afs_cell *cell = container_of(work, struct afs_cell, manager); in afs_manage_cell()
705 struct afs_cell *cell = in afs_manage_cells()
706 rb_entry(cursor, struct afs_cell, net_node); in afs_manage_cells()
770 struct afs_cell *ws; in afs_cell_purge()