Lines Matching refs:afs_cell
58 struct afs_cell *cell; /* cell in which to find volume */
227 struct afs_cell *cell; /* The cell in which the volume resides */
269 struct afs_cell *ws_cell;
354 struct afs_cell { struct
360 struct afs_cell *alias_of; /* The cell this is an alias of */ argument
496 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
575 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
734 struct afs_cell *cell; /* The cell we're querying */
967 extern struct afs_vlserver_list *afs_dns_query(struct afs_cell *, time64_t *);
1006 extern struct afs_cell *afs_find_cell(struct afs_net *, const char *, unsigned,
1008 extern struct afs_cell *afs_lookup_cell(struct afs_net *, const char *, unsigned,
1010 extern struct afs_cell *afs_use_cell(struct afs_cell *, enum afs_cell_trace);
1011 extern void afs_unuse_cell(struct afs_net *, struct afs_cell *, enum afs_cell_trace);
1012 extern struct afs_cell *afs_get_cell(struct afs_cell *, enum afs_cell_trace);
1013 extern void afs_see_cell(struct afs_cell *, enum afs_cell_trace);
1014 extern void afs_put_cell(struct afs_cell *, enum afs_cell_trace);
1015 extern void afs_queue_cell(struct afs_cell *, enum afs_cell_trace);
1057 extern int afs_dynroot_mkdir(struct afs_net *, struct afs_cell *);
1058 extern void afs_dynroot_rmdir(struct afs_net *, struct afs_cell *);
1251 extern int afs_proc_cell_setup(struct afs_cell *);
1252 extern void afs_proc_cell_remove(struct afs_cell *);
1257 static inline int afs_proc_cell_setup(struct afs_cell *cell) { return 0; } in afs_proc_cell_setup()
1258 static inline void afs_proc_cell_remove(struct afs_cell *cell) {} in afs_proc_cell_remove()
1395 extern struct key *afs_request_key(struct afs_cell *);
1396 extern struct key *afs_request_key_rcu(struct afs_cell *);
1409 extern struct afs_server *afs_lookup_server(struct afs_cell *, struct key *, const uuid_t *, u32);
1447 extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *,
1472 extern int afs_cell_detect_alias(struct afs_cell *, struct key *);
1485 struct afs_cell *, struct key *);
1510 extern struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *,