Home
last modified time | relevance | path

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

/linux/fs/afs/
A Dcell.c55 struct afs_cell *cell = NULL; in afs_find_cell_locked()
102 struct afs_cell *cell; in afs_find_cell()
119 struct afs_cell *cell; in afs_alloc_cell()
345 struct afs_cell *old_root, *new_root; in afs_cell_init()
491 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy()
540 struct afs_cell *afs_get_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_get_cell()
575 struct afs_cell *afs_use_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_use_cell()
674 struct afs_cell *pcell; in afs_activate_cell()
840 struct afs_cell *cell = container_of(work, struct afs_cell, manager); in afs_manage_cell_work()
875 struct afs_cell *cell = in afs_manage_cells()
[all …]
A 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()
304 struct afs_cell *master; in yfs_check_canonical_cell_name()
326 static int afs_do_cell_detect_alias(struct afs_cell *cell, struct key *key) in afs_do_cell_detect_alias()
[all …]
A Dinternal.h59 struct afs_cell *cell; /* cell in which to find volume */
271 struct afs_cell *ws_cell;
356 struct afs_cell { struct
735 struct afs_cell *cell; /* The cell we're querying */
1003 extern struct afs_cell *afs_use_cell(struct afs_cell *, enum afs_cell_trace);
1005 extern struct afs_cell *afs_get_cell(struct afs_cell *, enum afs_cell_trace);
1243 extern int afs_proc_cell_setup(struct afs_cell *);
1244 extern void afs_proc_cell_remove(struct afs_cell *);
1387 extern struct key *afs_request_key(struct afs_cell *);
1388 extern struct key *afs_request_key_rcu(struct afs_cell *);
[all …]
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()
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()
A 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()
A 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()
A Dcallback.c40 struct afs_cell *cell = server->cell; in afs_server_init_callback_work()
108 static struct afs_volume *afs_lookup_volume_rcu(struct afs_cell *cell, in afs_lookup_volume_rcu()
A 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()
258 static struct afs_addr_list *afs_vl_lookup_addrs(struct afs_cell *cell, in afs_vl_lookup_addrs()
283 struct afs_server *afs_lookup_server(struct afs_cell *cell, struct key *key, in afs_lookup_server()
A 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()
A 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()
A Dserver_list.c27 struct afs_server_list *afs_alloc_server_list(struct afs_cell *cell, in afs_alloc_server_list()
A 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()
A Dmntpt.c76 struct afs_cell *cell; in afs_mntpt_set_params()
A Dxattr.c274 struct afs_cell *cell = vnode->volume->cell; in afs_xattr_get_cell()
A Dvl_list.c157 struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *cell, in afs_extract_vlserver_list()
A Daddr_list.c241 struct afs_vlserver_list *afs_dns_query(struct afs_cell *cell, time64_t *_expiry) in afs_dns_query()
/linux/include/trace/events/
A Dafs.h1363 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),
1485 TRACE_EVENT(afs_cell,

Completed in 804 milliseconds