Lines Matching refs:afs_net
23 static void afs_queue_cell_manager(struct afs_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()
232 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell()
341 int afs_cell_init(struct afs_net *net, const char *rootcell) in afs_cell_init()
490 struct afs_net *net = cell->net; in afs_cell_destroy()
512 static void afs_queue_cell_manager(struct afs_net *net) in afs_queue_cell_manager()
528 struct afs_net *net = container_of(timer, struct afs_net, cells_timer); in afs_cells_timer()
590 void afs_unuse_cell(struct afs_net *net, struct afs_cell *cell, enum afs_cell_trace reason) in afs_unuse_cell()
669 static int afs_activate_cell(struct afs_net *net, struct afs_cell *cell) in afs_activate_cell()
713 static void afs_deactivate_cell(struct afs_net *net, struct afs_cell *cell) in afs_deactivate_cell()
738 struct afs_net *net = cell->net; in afs_manage_cell()
859 struct afs_net *net = container_of(work, struct afs_net, cells_manager); in afs_manage_cells()
942 void afs_cell_purge(struct afs_net *net) in afs_cell_purge()