Lines Matching defs:afs_cell

59 	struct afs_cell		*cell;		/* cell in which to find volume */
228 struct afs_cell *cell; /* The cell in which the volume resides */
270 struct afs_cell *ws_cell;
355 struct afs_cell {
361 struct afs_cell *alias_of; /* The cell this is an alias of */
497 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
577 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
739 struct afs_cell *cell; /* The cell we're querying */
972 extern struct afs_vlserver_list *afs_dns_query(struct afs_cell *, time64_t *);
1004 extern struct afs_cell *afs_find_cell(struct afs_net *, const char *, unsigned,
1006 extern struct afs_cell *afs_lookup_cell(struct afs_net *, const char *, unsigned,
1008 extern struct afs_cell *afs_use_cell(struct afs_cell *, enum afs_cell_trace);
1009 extern void afs_unuse_cell(struct afs_net *, struct afs_cell *, enum afs_cell_trace);
1010 extern struct afs_cell *afs_get_cell(struct afs_cell *, enum afs_cell_trace);
1011 extern void afs_see_cell(struct afs_cell *, enum afs_cell_trace);
1012 extern void afs_put_cell(struct afs_cell *, enum afs_cell_trace);
1013 extern void afs_queue_cell(struct afs_cell *, enum afs_cell_trace);
1055 extern int afs_dynroot_mkdir(struct afs_net *, struct afs_cell *);
1056 extern void afs_dynroot_rmdir(struct afs_net *, struct afs_cell *);
1250 extern int afs_proc_cell_setup(struct afs_cell *);
1251 extern void afs_proc_cell_remove(struct afs_cell *);
1256 static inline int afs_proc_cell_setup(struct afs_cell *cell) { return 0; }
1257 static inline void afs_proc_cell_remove(struct afs_cell *cell) {}
1393 extern struct key *afs_request_key(struct afs_cell *);
1394 extern struct key *afs_request_key_rcu(struct afs_cell *);
1407 extern struct afs_server *afs_lookup_server(struct afs_cell *, struct key *, const uuid_t *, u32);
1445 extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *,
1470 extern int afs_cell_detect_alias(struct afs_cell *, struct key *);
1483 struct afs_cell *, struct key *);
1508 extern struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *,