Lines Matching defs:net
24 static void afs_dec_cells_outstanding(struct afs_net *net) in afs_dec_cells_outstanding()
34 static void afs_set_cell_timer(struct afs_net *net, time64_t delay) in afs_set_cell_timer()
47 struct afs_cell *afs_lookup_cell_rcu(struct afs_net *net, in afs_lookup_cell_rcu()
122 static struct afs_cell *afs_alloc_cell(struct afs_net *net, in afs_alloc_cell()
215 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell()
322 int afs_cell_init(struct afs_net *net, const char *rootcell) in afs_cell_init()
485 static void afs_queue_cell_manager(struct afs_net *net) in afs_queue_cell_manager()
501 struct afs_net *net = container_of(timer, struct afs_net, cells_timer); in afs_cells_timer() local
520 void afs_put_cell(struct afs_net *net, struct afs_cell *cell) in afs_put_cell()
572 static int afs_activate_cell(struct afs_net *net, struct afs_cell *cell) in afs_activate_cell()
616 static void afs_deactivate_cell(struct afs_net *net, struct afs_cell *cell) in afs_deactivate_cell()
642 struct afs_net *net = cell->net; in afs_manage_cell() local
747 struct afs_net *net = container_of(work, struct afs_net, cells_manager); in afs_manage_cells() local
827 void afs_cell_purge(struct afs_net *net) in afs_cell_purge()