Lines Matching refs:afs_cell
48 struct afs_cell *cell; /* cell in which to find volume */
197 struct afs_cell *cell; /* The cell in which the volume resides */
238 struct afs_cell __rcu *ws_cell;
315 struct afs_cell { struct
463 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
643 extern struct afs_addr_list *afs_dns_query(struct afs_cell *, time64_t *);
646 extern int afs_set_vl_cursor(struct afs_addr_cursor *, struct afs_cell *);
699 extern struct afs_cell *afs_lookup_cell_rcu(struct afs_net *, const char *, unsigned);
700 extern struct afs_cell *afs_lookup_cell(struct afs_net *, const char *, unsigned,
702 extern struct afs_cell *afs_get_cell(struct afs_cell *);
703 extern void afs_put_cell(struct afs_net *, struct afs_cell *);
738 extern int afs_dynroot_mkdir(struct afs_net *, struct afs_cell *);
739 extern void afs_dynroot_rmdir(struct afs_net *, struct afs_cell *);
894 extern int afs_proc_cell_setup(struct afs_cell *);
895 extern void afs_proc_cell_remove(struct afs_cell *);
900 static inline int afs_proc_cell_setup(struct afs_cell *cell) { return 0; } in afs_proc_cell_setup()
901 static inline void afs_proc_cell_remove(struct afs_cell *cell) {} in afs_proc_cell_remove()
989 extern struct key *afs_request_key(struct afs_cell *);
1008 extern struct afs_server *afs_lookup_server(struct afs_cell *, struct key *, const uuid_t *);
1026 extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *,
1062 extern void afs_put_volume(struct afs_cell *, struct afs_volume *);