afs_cell 241 fs/afs/addr_list.c struct afs_vlserver_list *afs_dns_query(struct afs_cell *cell, time64_t *_expiry) afs_cell 47 fs/afs/cell.c struct afs_cell *afs_lookup_cell_rcu(struct afs_net *net, afs_cell 50 fs/afs/cell.c struct afs_cell *cell = NULL; afs_cell 86 fs/afs/cell.c cell = rb_entry(p, struct afs_cell, net_node); afs_cell 122 fs/afs/cell.c static struct afs_cell *afs_alloc_cell(struct afs_net *net, afs_cell 127 fs/afs/cell.c struct afs_cell *cell; afs_cell 151 fs/afs/cell.c cell = kzalloc(sizeof(struct afs_cell), GFP_KERNEL); afs_cell 224 fs/afs/cell.c struct afs_cell *afs_lookup_cell(struct afs_net *net, afs_cell 228 fs/afs/cell.c struct afs_cell *cell, *candidate, *cursor; afs_cell 265 fs/afs/cell.c cursor = rb_entry(parent, struct afs_cell, net_node); afs_cell 333 fs/afs/cell.c struct afs_cell *old_root, *new_root; afs_cell 381 fs/afs/cell.c static int afs_update_cell(struct afs_cell *cell) afs_cell 478 fs/afs/cell.c struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); afs_cell 520 fs/afs/cell.c struct afs_cell *afs_get_cell(struct afs_cell *cell) afs_cell 529 fs/afs/cell.c void afs_put_cell(struct afs_net *net, struct afs_cell *cell) afs_cell 554 fs/afs/cell.c static int afs_alloc_anon_key(struct afs_cell *cell) afs_cell 581 fs/afs/cell.c static int afs_activate_cell(struct afs_net *net, struct afs_cell *cell) afs_cell 584 fs/afs/cell.c struct afs_cell *pcell; afs_cell 606 fs/afs/cell.c pcell = hlist_entry(*p, struct afs_cell, proc_link); afs_cell 625 fs/afs/cell.c static void afs_deactivate_cell(struct afs_net *net, struct afs_cell *cell) afs_cell 650 fs/afs/cell.c struct afs_cell *cell = container_of(work, struct afs_cell, manager); afs_cell 770 fs/afs/cell.c struct afs_cell *cell = afs_cell 771 fs/afs/cell.c rb_entry(cursor, struct afs_cell, net_node); afs_cell 838 fs/afs/cell.c struct afs_cell *ws; afs_cell 19 fs/afs/dynroot.c struct afs_cell *cell; afs_cell 86 fs/afs/dynroot.c struct afs_cell *cell; afs_cell 188 fs/afs/dynroot.c int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) afs_cell 218 fs/afs/dynroot.c void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) afs_cell 254 fs/afs/dynroot.c struct afs_cell *cell; afs_cell 57 fs/afs/internal.h struct afs_cell *cell; /* cell in which to find volume */ afs_cell 247 fs/afs/internal.h struct afs_cell *cell; /* The cell in which the volume resides */ afs_cell 289 fs/afs/internal.h struct afs_cell __rcu *ws_cell; afs_cell 601 fs/afs/internal.h struct afs_cell *cell; /* Cell to which belongs (pins ref) */ afs_cell 748 fs/afs/internal.h struct afs_cell *cell; /* The cell we're querying */ afs_cell 814 fs/afs/internal.h extern struct afs_vlserver_list *afs_dns_query(struct afs_cell *, time64_t *); afs_cell 872 fs/afs/internal.h extern struct afs_cell *afs_lookup_cell_rcu(struct afs_net *, const char *, unsigned); afs_cell 873 fs/afs/internal.h extern struct afs_cell *afs_lookup_cell(struct afs_net *, const char *, unsigned, afs_cell 875 fs/afs/internal.h extern struct afs_cell *afs_get_cell(struct afs_cell *); afs_cell 876 fs/afs/internal.h extern void afs_put_cell(struct afs_net *, struct afs_cell *); afs_cell 917 fs/afs/internal.h extern int afs_dynroot_mkdir(struct afs_net *, struct afs_cell *); afs_cell 918 fs/afs/internal.h extern void afs_dynroot_rmdir(struct afs_net *, struct afs_cell *); afs_cell 1089 fs/afs/internal.h extern int afs_proc_cell_setup(struct afs_cell *); afs_cell 1090 fs/afs/internal.h extern void afs_proc_cell_remove(struct afs_cell *); afs_cell 1095 fs/afs/internal.h static inline int afs_proc_cell_setup(struct afs_cell *cell) { return 0; } afs_cell 1096 fs/afs/internal.h static inline void afs_proc_cell_remove(struct afs_cell *cell) {} afs_cell 1226 fs/afs/internal.h extern struct key *afs_request_key(struct afs_cell *); afs_cell 1227 fs/afs/internal.h extern struct key *afs_request_key_rcu(struct afs_cell *); afs_cell 1240 fs/afs/internal.h extern struct afs_server *afs_lookup_server(struct afs_cell *, struct key *, const uuid_t *); afs_cell 1258 fs/afs/internal.h extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *, afs_cell 1290 fs/afs/internal.h struct afs_cell *, struct key *); afs_cell 1315 fs/afs/internal.h extern struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *, afs_cell 1331 fs/afs/internal.h extern void afs_put_volume(struct afs_cell *, struct afs_volume *); afs_cell 77 fs/afs/mntpt.c struct afs_cell *cell; afs_cell 37 fs/afs/proc.c struct afs_cell *cell; afs_cell 45 fs/afs/proc.c cell = list_entry(v, struct afs_cell, proc_link); afs_cell 121 fs/afs/proc.c struct afs_cell *cell; afs_cell 152 fs/afs/proc.c struct afs_cell *cell; afs_cell 211 fs/afs/proc.c struct afs_cell *cell = PDE_DATA(file_inode(m->file)); afs_cell 230 fs/afs/proc.c struct afs_cell *cell = PDE_DATA(file_inode(m->file)); afs_cell 239 fs/afs/proc.c struct afs_cell *cell = PDE_DATA(file_inode(m->file)); afs_cell 247 fs/afs/proc.c struct afs_cell *cell = PDE_DATA(file_inode(m->file)); afs_cell 322 fs/afs/proc.c struct afs_cell *cell = PDE_DATA(file_inode(m->file)); afs_cell 602 fs/afs/proc.c int afs_proc_cell_setup(struct afs_cell *cell) afs_cell 636 fs/afs/proc.c void afs_proc_cell_remove(struct afs_cell *cell) afs_cell 23 fs/afs/security.c struct key *afs_request_key(struct afs_cell *cell) afs_cell 51 fs/afs/security.c struct key *afs_request_key_rcu(struct afs_cell *cell) afs_cell 242 fs/afs/server.c static struct afs_addr_list *afs_vl_lookup_addrs(struct afs_cell *cell, afs_cell 267 fs/afs/server.c struct afs_server *afs_lookup_server(struct afs_cell *cell, struct key *key, afs_cell 29 fs/afs/server_list.c struct afs_server_list *afs_alloc_server_list(struct afs_cell *cell, afs_cell 165 fs/afs/super.c struct afs_cell *cell = as->cell; afs_cell 233 fs/afs/super.c struct afs_cell *cell; afs_cell 619 fs/afs/super.c struct afs_cell *cell; afs_cell 156 fs/afs/vl_list.c struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *cell, afs_cell 17 fs/afs/vl_rotate.c bool afs_begin_vlserver_operation(struct afs_vl_cursor *vc, struct afs_cell *cell, afs_cell 41 fs/afs/vl_rotate.c struct afs_cell *cell = vc->cell; afs_cell 67 fs/afs/volume.c static struct afs_vldb_entry *afs_vl_lookup_vldb(struct afs_cell *cell, afs_cell 169 fs/afs/volume.c void afs_put_volume(struct afs_cell *cell, struct afs_volume *volume) afs_cell 340 fs/afs/xattr.c struct afs_cell *cell = vnode->volume->cell; afs_cell 1201 include/trace/events/afs.h TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),