Home
last modified time | relevance | path

Searched refs:afs_cell (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/fs/afs/
Dcell.c49 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()
87 cell = rb_entry(p, struct afs_cell, net_node); in afs_lookup_cell_rcu()
120 static struct afs_cell *afs_alloc_cell(struct afs_net *net, in afs_alloc_cell()
124 struct afs_cell *cell; in afs_alloc_cell()
139 cell = kzalloc(sizeof(struct afs_cell), GFP_KERNEL); in afs_alloc_cell()
199 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell()
203 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell()
239 cursor = rb_entry(parent, struct afs_cell, net_node); in afs_lookup_cell()
309 struct afs_cell *old_root, *new_root; in afs_cell_init()
[all …]
Dinternal.h48 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 …]
Dproc.c35 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()
552 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup()
[all …]
Ddynroot.c30 struct afs_cell *cell; in afs_probe_cell_name()
95 struct afs_cell *cell; in afs_lookup_atcell()
194 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir()
224 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir()
260 struct afs_cell *cell; in afs_dynroot_populate()
Dxattr.c45 struct afs_cell *cell = vnode->volume->cell; in afs_xattr_get_cell()
Dvolume.c72 static struct afs_vldb_entry *afs_vl_lookup_vldb(struct afs_cell *cell, in afs_vl_lookup_vldb()
210 void afs_put_volume(struct afs_cell *cell, struct afs_volume *volume) in afs_put_volume()
Daddr_list.c209 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()
Dsuper.c151 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()
Dserver_list.c32 struct afs_server_list *afs_alloc_server_list(struct afs_cell *cell, in afs_alloc_server_list()
Dserver.c246 static struct afs_addr_list *afs_vl_lookup_addrs(struct afs_cell *cell, in afs_vl_lookup_addrs()
289 struct afs_server *afs_lookup_server(struct afs_cell *cell, struct key *key, in afs_lookup_server()
Dsecurity.c27 struct key *afs_request_key(struct afs_cell *cell) in afs_request_key()