Lines Matching defs:net
26 static void afs_dec_cells_outstanding(struct afs_net *net) in afs_dec_cells_outstanding()
36 static void afs_set_cell_timer(struct afs_net *net, time64_t delay) in afs_set_cell_timer()
49 struct afs_cell *afs_lookup_cell_rcu(struct afs_net *net, in afs_lookup_cell_rcu()
120 static struct afs_cell *afs_alloc_cell(struct afs_net *net, in afs_alloc_cell()
199 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell()
307 int afs_cell_init(struct afs_net *net, const char *rootcell) in afs_cell_init()
427 static void afs_queue_cell_manager(struct afs_net *net) in afs_queue_cell_manager()
443 struct afs_net *net = container_of(timer, struct afs_net, cells_timer); in afs_cells_timer() local
462 void afs_put_cell(struct afs_net *net, struct afs_cell *cell) in afs_put_cell()
515 static int afs_activate_cell(struct afs_net *net, struct afs_cell *cell) in afs_activate_cell()
559 static void afs_deactivate_cell(struct afs_net *net, struct afs_cell *cell) in afs_deactivate_cell()
585 struct afs_net *net = cell->net; in afs_manage_cell() local
691 struct afs_net *net = container_of(work, struct afs_net, cells_manager); in afs_manage_cells() local
768 void afs_cell_purge(struct afs_net *net) in afs_cell_purge()