Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dcell.c33 static void afs_set_cell_state(struct afs_cell *cell, enum afs_cell_state state) in afs_set_cell_state()
44 static struct afs_cell *afs_find_cell_locked(struct afs_net *net, in afs_find_cell_locked()
48 struct afs_cell *cell = NULL; in afs_find_cell_locked()
69 cell = rb_entry(p, struct afs_cell, net_node); in afs_find_cell_locked()
92 struct afs_cell *afs_find_cell(struct afs_net *net, in afs_find_cell()
96 struct afs_cell *cell; in afs_find_cell()
108 static struct afs_cell *afs_alloc_cell(struct afs_net *net, in afs_alloc_cell()
113 struct afs_cell *cell; in afs_alloc_cell()
137 cell = kzalloc(sizeof(struct afs_cell), GFP_KERNEL); in afs_alloc_cell()
246 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell()
[all …]
H A Dvl_alias.c17 static struct afs_volume *afs_sample_volume(struct afs_cell *cell, struct key *key, in afs_sample_volume()
107 static int afs_compare_cell_roots(struct afs_cell *cell) in afs_compare_cell_roots()
109 struct afs_cell *p; in afs_compare_cell_roots()
138 static int afs_query_for_alias_one(struct afs_cell *cell, struct key *key, in afs_query_for_alias_one()
139 struct afs_cell *p) in afs_query_for_alias_one()
185 static int afs_query_for_alias(struct afs_cell *cell, struct key *key) in afs_query_for_alias()
187 struct afs_cell *p; in afs_query_for_alias()
227 static char *afs_vl_get_cell_name(struct afs_cell *cell, struct key *key) in afs_vl_get_cell_name()
253 static int yfs_check_canonical_cell_name(struct afs_cell *cell, struct key *key) in yfs_check_canonical_cell_name()
255 struct afs_cell *master; in yfs_check_canonical_cell_name()
[all …]
H A Dinternal.h61 struct afs_cell *cell; /* cell in which to find volume */
251 struct afs_cell *cell; /* The cell in which the volume resides */
295 struct afs_cell __rcu *ws_cell;
371 struct afs_cell { struct
377 struct afs_cell *alias_of; /* The cell this is an alias of */ argument
543 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
629 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
794 struct afs_cell *cell; /* The cell we're querying */
1009 extern struct afs_vlserver_list *afs_dns_query(struct afs_cell *, time64_t *);
1052 extern struct afs_cell *afs_find_cell(struct afs_net *, const char *, unsigned,
[all …]
H A Dproc.c37 struct afs_cell *cell; in afs_proc_cells_show()
45 cell = list_entry(v, struct afs_cell, proc_link); in afs_proc_cells_show()
123 struct afs_cell *cell; in afs_proc_cells_write()
206 struct afs_cell *cell; in afs_proc_rootcell_show()
288 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_volumes_start()
297 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_volumes_next()
383 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_vlservers_start()
689 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup()
723 void afs_proc_cell_remove(struct afs_cell *cell) in afs_proc_cell_remove()
H A Ddynroot.c96 struct afs_cell *cell = NULL; in afs_dynroot_lookup_cell()
169 struct afs_cell *cell = dentry->d_fsdata; in afs_dynroot_d_release()
197 struct afs_cell *cell = arg; in afs_atcell_delayed_put_cell()
209 struct afs_cell *cell; in afs_atcell_get_link()
286 const struct afs_cell *cell; in afs_dynroot_readdir_cells()
H A Dserver.c37 static struct afs_server *afs_find_server_by_uuid(struct afs_cell *cell, const uuid_t *uuid) in afs_find_server_by_uuid()
69 static struct afs_server *afs_install_server(struct afs_cell *cell, in afs_install_server()
113 static struct afs_server *afs_alloc_server(struct afs_cell *cell, const uuid_t *uuid) in afs_alloc_server()
178 struct afs_server *afs_lookup_server(struct afs_cell *cell, struct key *key, in afs_lookup_server()
449 struct afs_cell *cell = server->cell; in afs_remove_server_from_cell()
512 void afs_purge_servers(struct afs_cell *cell) in afs_purge_servers()
H A Dsuper.c160 struct afs_cell *cell = as->cell; in afs_show_devname()
226 struct afs_cell *cell; in afs_parse_source()
359 struct afs_cell *cell; in afs_validate_fc()
624 struct afs_cell *cell; in afs_init_fs_context()
H A Dsecurity.c24 static int afs_alloc_anon_key(struct afs_cell *cell) in afs_alloc_anon_key()
48 struct key *afs_request_key(struct afs_cell *cell) in afs_request_key()
83 struct key *afs_request_key_rcu(struct afs_cell *cell) in afs_request_key_rcu()
H A Dmntpt.c76 struct afs_cell *cell; in afs_mntpt_set_params()
H A Dcallback.c111 static struct afs_volume *afs_lookup_volume_rcu(struct afs_cell *cell, in afs_lookup_volume_rcu()
H A Dxattr.c274 struct afs_cell *cell = vnode->volume->cell; in afs_xattr_get_cell()
H A Dvl_list.c159 struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *cell, in afs_extract_vlserver_list()
/linux/include/trace/events/
H A Dafs.h1438 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),
1588 TRACE_EVENT(afs_cell,