Lines Matching defs:cell
33 static void afs_set_cell_state(struct afs_cell *cell, enum afs_cell_state state) in afs_set_cell_state()
48 struct afs_cell *cell = NULL; in afs_find_cell_locked() local
96 struct afs_cell *cell; in afs_find_cell() local
113 struct afs_cell *cell; in afs_alloc_cell() local
244 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() local
410 static int afs_update_cell(struct afs_cell *cell) in afs_update_cell()
509 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy() local
532 struct afs_cell *cell = container_of(work, struct afs_cell, destroyer); in afs_destroy_cell_work() local
543 struct afs_cell *afs_get_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_get_cell()
555 void afs_put_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_put_cell()
577 struct afs_cell *afs_use_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_use_cell()
591 void afs_unuse_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_unuse_cell()
624 void afs_see_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_see_cell()
636 void afs_queue_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_queue_cell()
646 struct afs_cell *cell = container_of(timer, struct afs_cell, management_timer); in afs_cell_timer() local
656 void afs_set_cell_timer(struct afs_cell *cell, unsigned int delay_secs) in afs_set_cell_timer()
664 static int afs_alloc_anon_key(struct afs_cell *cell) in afs_alloc_anon_key()
691 static int afs_activate_cell(struct afs_net *net, struct afs_cell *cell) in afs_activate_cell()
727 static void afs_deactivate_cell(struct afs_net *net, struct afs_cell *cell) in afs_deactivate_cell()
741 static bool afs_has_cell_expired(struct afs_cell *cell, time64_t *_next_manage) in afs_has_cell_expired()
767 static bool afs_manage_cell(struct afs_cell *cell) in afs_manage_cell()
852 struct afs_cell *cell = container_of(work, struct afs_cell, manager); in afs_manage_cell_work() local
881 struct afs_cell *cell = rb_entry(cursor, struct afs_cell, net_node); in afs_cell_purge() local