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()
51 static struct afs_cell *afs_find_cell_locked(struct afs_net *net, in afs_find_cell_locked()
98 struct afs_cell *afs_find_cell(struct afs_net *net, in afs_find_cell()
114 static struct afs_cell *afs_alloc_cell(struct afs_net *net, in afs_alloc_cell()
234 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell()
343 int afs_cell_init(struct afs_net *net, const char *rootcell) in afs_cell_init()
492 struct afs_net *net = cell->net; in afs_cell_destroy() local
514 static void afs_queue_cell_manager(struct afs_net *net) in afs_queue_cell_manager()
530 struct afs_net *net = container_of(timer, struct afs_net, cells_timer); in afs_cells_timer() local
592 void afs_unuse_cell(struct afs_net *net, struct afs_cell *cell, enum afs_cell_trace reason) in afs_unuse_cell()
671 static int afs_activate_cell(struct afs_net *net, struct afs_cell *cell) in afs_activate_cell()
715 static void afs_deactivate_cell(struct afs_net *net, struct afs_cell *cell) in afs_deactivate_cell()
740 struct afs_net *net = cell->net; in afs_manage_cell() local
861 struct afs_net *net = container_of(work, struct afs_net, cells_manager); in afs_manage_cells() local
944 void afs_cell_purge(struct afs_net *net) in afs_cell_purge()