Lines Matching refs: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 { struct
356 struct afs_cell *alias_of; /* The cell this is an alias of */ argument
492 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
569 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
720 struct afs_cell *cell; /* The cell we're querying */
938 extern struct afs_vlserver_list *afs_dns_query(struct afs_cell *, time64_t *);
982 extern struct afs_cell *afs_find_cell(struct afs_net *, const char *, unsigned,
984 extern struct afs_cell *afs_lookup_cell(struct afs_net *, const char *, unsigned,
986 extern struct afs_cell *afs_use_cell(struct afs_cell *, enum afs_cell_trace);
987 extern void afs_unuse_cell(struct afs_net *, struct afs_cell *, enum afs_cell_trace);
988 extern struct afs_cell *afs_get_cell(struct afs_cell *, enum afs_cell_trace);
989 extern void afs_see_cell(struct afs_cell *, enum afs_cell_trace);
990 extern void afs_put_cell(struct afs_cell *, enum afs_cell_trace);
991 extern void afs_queue_cell(struct afs_cell *, enum afs_cell_trace);
1033 extern int afs_dynroot_mkdir(struct afs_net *, struct afs_cell *);
1034 extern void afs_dynroot_rmdir(struct afs_net *, struct afs_cell *);
1223 extern int afs_proc_cell_setup(struct afs_cell *);
1224 extern void afs_proc_cell_remove(struct afs_cell *);
1229 static inline int afs_proc_cell_setup(struct afs_cell *cell) { return 0; } in afs_proc_cell_setup()
1230 static inline void afs_proc_cell_remove(struct afs_cell *cell) {} in afs_proc_cell_remove()
1362 extern struct key *afs_request_key(struct afs_cell *);
1363 extern struct key *afs_request_key_rcu(struct afs_cell *);
1376 extern struct afs_server *afs_lookup_server(struct afs_cell *, struct key *, const uuid_t *, u32);
1414 extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *,
1439 extern int afs_cell_detect_alias(struct afs_cell *, struct key *);
1452 struct afs_cell *, struct key *);
1477 extern struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *,