Lines Matching defs:afs_cell

57 	struct afs_cell		*cell;		/* cell in which to find volume */
223 struct afs_cell *cell; /* The cell in which the volume resides */
265 struct afs_cell *ws_cell;
350 struct afs_cell {
356 struct afs_cell *alias_of; /* The cell this is an alias of */
492 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
570 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
721 struct afs_cell *cell; /* The cell we're querying */
939 extern struct afs_vlserver_list *afs_dns_query(struct afs_cell *, time64_t *);
983 extern struct afs_cell *afs_find_cell(struct afs_net *, const char *, unsigned,
985 extern struct afs_cell *afs_lookup_cell(struct afs_net *, const char *, unsigned,
987 extern struct afs_cell *afs_use_cell(struct afs_cell *, enum afs_cell_trace);
988 extern void afs_unuse_cell(struct afs_net *, struct afs_cell *, enum afs_cell_trace);
989 extern struct afs_cell *afs_get_cell(struct afs_cell *, enum afs_cell_trace);
990 extern void afs_see_cell(struct afs_cell *, enum afs_cell_trace);
991 extern void afs_put_cell(struct afs_cell *, enum afs_cell_trace);
992 extern void afs_queue_cell(struct afs_cell *, enum afs_cell_trace);
1034 extern int afs_dynroot_mkdir(struct afs_net *, struct afs_cell *);
1035 extern void afs_dynroot_rmdir(struct afs_net *, struct afs_cell *);
1224 extern int afs_proc_cell_setup(struct afs_cell *);
1225 extern void afs_proc_cell_remove(struct afs_cell *);
1230 static inline int afs_proc_cell_setup(struct afs_cell *cell) { return 0; }
1231 static inline void afs_proc_cell_remove(struct afs_cell *cell) {}
1363 extern struct key *afs_request_key(struct afs_cell *);
1364 extern struct key *afs_request_key_rcu(struct afs_cell *);
1377 extern struct afs_server *afs_lookup_server(struct afs_cell *, struct key *, const uuid_t *, u32);
1415 extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *,
1440 extern int afs_cell_detect_alias(struct afs_cell *, struct key *);
1453 struct afs_cell *, struct key *);
1478 extern struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *,