Searched refs:afs_cell (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/fs/afs/ |
D | cell.c | 49 struct afs_cell *afs_lookup_cell_rcu(struct afs_net *net, in afs_lookup_cell_rcu() 52 struct afs_cell *cell = NULL; in afs_lookup_cell_rcu() 88 cell = rb_entry(p, struct afs_cell, net_node); in afs_lookup_cell_rcu() 124 static struct afs_cell *afs_alloc_cell(struct afs_net *net, in afs_alloc_cell() 128 struct afs_cell *cell; in afs_alloc_cell() 152 cell = kzalloc(sizeof(struct afs_cell), GFP_KERNEL); in afs_alloc_cell() 212 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell() 216 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() 252 cursor = rb_entry(parent, struct afs_cell, net_node); in afs_lookup_cell() 322 struct afs_cell *old_root, *new_root; in afs_cell_init() [all …]
|
D | internal.h | 48 struct afs_cell *cell; /* cell in which to find volume */ 197 struct afs_cell *cell; /* The cell in which the volume resides */ 238 struct afs_cell __rcu *ws_cell; 315 struct afs_cell { struct 463 struct afs_cell *cell; /* Cell to which belongs (pins ref) */ 643 extern struct afs_addr_list *afs_dns_query(struct afs_cell *, time64_t *); 646 extern int afs_set_vl_cursor(struct afs_addr_cursor *, struct afs_cell *); 699 extern struct afs_cell *afs_lookup_cell_rcu(struct afs_net *, const char *, unsigned); 700 extern struct afs_cell *afs_lookup_cell(struct afs_net *, const char *, unsigned, 702 extern struct afs_cell *afs_get_cell(struct afs_cell *); [all …]
|
D | proc.c | 35 struct afs_cell *cell = list_entry(v, struct afs_cell, proc_link); in afs_proc_cells_show() 112 struct afs_cell *cell; in afs_proc_cells_write() 143 struct afs_cell *cell; in afs_proc_rootcell_show() 202 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_show() 221 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_start() 230 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_next() 238 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_stop() 272 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_vlservers_start() 294 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_vlservers_next() 553 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup() [all …]
|
D | dynroot.c | 30 struct afs_cell *cell; in afs_probe_cell_name() 95 struct afs_cell *cell; in afs_lookup_atcell() 197 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir() 227 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir() 263 struct afs_cell *cell; in afs_dynroot_populate()
|
D | xattr.c | 45 struct afs_cell *cell = vnode->volume->cell; in afs_xattr_get_cell()
|
D | volume.c | 73 static struct afs_vldb_entry *afs_vl_lookup_vldb(struct afs_cell *cell, in afs_vl_lookup_vldb() 211 void afs_put_volume(struct afs_cell *cell, struct afs_volume *volume) in afs_put_volume()
|
D | addr_list.c | 209 struct afs_addr_list *afs_dns_query(struct afs_cell *cell, time64_t *_expiry) in afs_dns_query() 357 int afs_set_vl_cursor(struct afs_addr_cursor *ac, struct afs_cell *cell) in afs_set_vl_cursor()
|
D | super.c | 151 struct afs_cell *cell = as->cell; in afs_show_devname() 200 struct afs_cell *cell; in afs_parse_options() 269 struct afs_cell *cell; in afs_parse_device_name()
|
D | server_list.c | 32 struct afs_server_list *afs_alloc_server_list(struct afs_cell *cell, in afs_alloc_server_list()
|
D | server.c | 241 static struct afs_addr_list *afs_vl_lookup_addrs(struct afs_cell *cell, in afs_vl_lookup_addrs() 284 struct afs_server *afs_lookup_server(struct afs_cell *cell, struct key *key, in afs_lookup_server()
|
D | security.c | 27 struct key *afs_request_key(struct afs_cell *cell) in afs_request_key()
|