Home
last modified time | relevance | path

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

/Linux-v5.10/fs/afs/
Dcell.c51 static struct afs_cell *afs_find_cell_locked(struct afs_net *net, in afs_find_cell_locked()
55 struct afs_cell *cell = NULL; in afs_find_cell_locked()
75 cell = rb_entry(p, struct afs_cell, net_node); in afs_find_cell_locked()
98 struct afs_cell *afs_find_cell(struct afs_net *net, in afs_find_cell()
102 struct afs_cell *cell; in afs_find_cell()
114 static struct afs_cell *afs_alloc_cell(struct afs_net *net, in afs_alloc_cell()
119 struct afs_cell *cell; in afs_alloc_cell()
143 cell = kzalloc(sizeof(struct afs_cell), GFP_KERNEL); in afs_alloc_cell()
232 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell()
236 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell()
[all …]
Dvl_alias.c17 static struct afs_volume *afs_sample_volume(struct afs_cell *cell, struct key *key, in afs_sample_volume()
156 static int afs_compare_cell_roots(struct afs_cell *cell) in afs_compare_cell_roots()
158 struct afs_cell *p; in afs_compare_cell_roots()
187 static int afs_query_for_alias_one(struct afs_cell *cell, struct key *key, in afs_query_for_alias_one()
188 struct afs_cell *p) in afs_query_for_alias_one()
234 static int afs_query_for_alias(struct afs_cell *cell, struct key *key) in afs_query_for_alias()
236 struct afs_cell *p; in afs_query_for_alias()
276 static char *afs_vl_get_cell_name(struct afs_cell *cell, struct key *key) in afs_vl_get_cell_name()
302 static int yfs_check_canonical_cell_name(struct afs_cell *cell, struct key *key) in yfs_check_canonical_cell_name()
304 struct afs_cell *master; in yfs_check_canonical_cell_name()
[all …]
Dinternal.h57 struct afs_cell *cell; /* cell in which to find volume */
224 struct afs_cell *cell; /* The cell in which the volume resides */
266 struct afs_cell *ws_cell;
351 struct afs_cell { struct
357 struct afs_cell *alias_of; /* The cell this is an alias of */ argument
493 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
570 struct afs_cell *cell; /* Cell to which belongs (pins ref) */
720 struct afs_cell *cell; /* The cell we're querying */
937 extern struct afs_vlserver_list *afs_dns_query(struct afs_cell *, time64_t *);
981 extern struct afs_cell *afs_find_cell(struct afs_net *, const char *, unsigned,
[all …]
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()
154 struct afs_cell *cell; in afs_proc_rootcell_show()
230 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_start()
239 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_next()
325 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_vlservers_start()
612 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup()
646 void afs_proc_cell_remove(struct afs_cell *cell) in afs_proc_cell_remove()
Ddynroot.c112 struct afs_cell *cell; in afs_probe_cell_name()
179 struct afs_cell *cell; in afs_lookup_atcell()
276 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir()
306 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir()
342 struct afs_cell *cell; in afs_dynroot_populate()
Dvolume.c19 static struct afs_volume *afs_insert_volume_into_cell(struct afs_cell *cell, in afs_insert_volume_into_cell()
53 struct afs_cell *cell = volume->cell; in afs_remove_volume_from_cell()
137 static struct afs_vldb_entry *afs_vl_lookup_vldb(struct afs_cell *cell, in afs_vl_lookup_vldb()
Dserver.c137 static struct afs_server *afs_install_server(struct afs_cell *cell, in afs_install_server()
218 static struct afs_server *afs_alloc_server(struct afs_cell *cell, in afs_alloc_server()
257 static struct afs_addr_list *afs_vl_lookup_addrs(struct afs_cell *cell, in afs_vl_lookup_addrs()
282 struct afs_server *afs_lookup_server(struct afs_cell *cell, struct key *key, in afs_lookup_server()
Dsuper.c159 struct afs_cell *cell = as->cell; in afs_show_devname()
227 struct afs_cell *cell; in afs_parse_source()
359 struct afs_cell *cell; in afs_validate_fc()
631 struct afs_cell *cell; in afs_init_fs_context()
Dvl_rotate.c17 bool afs_begin_vlserver_operation(struct afs_vl_cursor *vc, struct afs_cell *cell, in afs_begin_vlserver_operation()
41 struct afs_cell *cell = vc->cell; in afs_start_vl_iteration()
Dserver_list.c27 struct afs_server_list *afs_alloc_server_list(struct afs_cell *cell, in afs_alloc_server_list()
Dcallback.c68 static struct afs_volume *afs_lookup_volume_rcu(struct afs_cell *cell, in afs_lookup_volume_rcu()
Dsecurity.c23 struct key *afs_request_key(struct afs_cell *cell) in afs_request_key()
51 struct key *afs_request_key_rcu(struct afs_cell *cell) in afs_request_key_rcu()
Dmntpt.c77 struct afs_cell *cell; in afs_mntpt_set_params()
Dxattr.c289 struct afs_cell *cell = vnode->volume->cell; in afs_xattr_get_cell()
Daddr_list.c241 struct afs_vlserver_list *afs_dns_query(struct afs_cell *cell, time64_t *_expiry) in afs_dns_query()
Dvl_list.c157 struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *cell, in afs_extract_vlserver_list()
/Linux-v5.10/include/trace/events/
Dafs.h1309 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),
1431 TRACE_EVENT(afs_cell,