Searched refs:afs_cell (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/fs/afs/ |
| D | cell.c | 47 struct afs_cell *afs_lookup_cell_rcu(struct afs_net *net, in afs_lookup_cell_rcu() 50 struct afs_cell *cell = NULL; in afs_lookup_cell_rcu() 86 cell = rb_entry(p, struct afs_cell, net_node); in afs_lookup_cell_rcu() 122 static struct afs_cell *afs_alloc_cell(struct afs_net *net, in afs_alloc_cell() 127 struct afs_cell *cell; in afs_alloc_cell() 142 cell = kzalloc(sizeof(struct afs_cell), GFP_KERNEL); in afs_alloc_cell() 215 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell() 219 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() 256 cursor = rb_entry(parent, struct afs_cell, net_node); in afs_lookup_cell() 324 struct afs_cell *old_root, *new_root; in afs_cell_init() [all …]
|
| D | internal.h | 57 struct afs_cell *cell; /* cell in which to find volume */ 247 struct afs_cell *cell; /* The cell in which the volume resides */ 289 struct afs_cell __rcu *ws_cell; 366 struct afs_cell { struct 601 struct afs_cell *cell; /* Cell to which belongs (pins ref) */ 748 struct afs_cell *cell; /* The cell we're querying */ 814 extern struct afs_vlserver_list *afs_dns_query(struct afs_cell *, time64_t *); 872 extern struct afs_cell *afs_lookup_cell_rcu(struct afs_net *, const char *, unsigned); 873 extern struct afs_cell *afs_lookup_cell(struct afs_net *, const char *, unsigned, 875 extern struct afs_cell *afs_get_cell(struct afs_cell *); [all …]
|
| D | proc.c | 37 struct afs_cell *cell; in afs_proc_cells_show() 45 cell = list_entry(v, struct afs_cell, proc_link); in afs_proc_cells_show() 121 struct afs_cell *cell; in afs_proc_cells_write() 152 struct afs_cell *cell; in afs_proc_rootcell_show() 211 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_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() 247 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_stop() 322 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_vlservers_start() 602 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup() [all …]
|
| D | dynroot.c | 19 struct afs_cell *cell; in afs_probe_cell_name() 86 struct afs_cell *cell; in afs_lookup_atcell() 185 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir() 215 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir() 251 struct afs_cell *cell; in afs_dynroot_populate()
|
| D | volume.c | 67 static struct afs_vldb_entry *afs_vl_lookup_vldb(struct afs_cell *cell, in afs_vl_lookup_vldb() 169 void afs_put_volume(struct afs_cell *cell, struct afs_volume *volume) in afs_put_volume()
|
| D | vl_rotate.c | 17 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()
|
| D | super.c | 165 struct afs_cell *cell = as->cell; in afs_show_devname() 233 struct afs_cell *cell; in afs_parse_source() 619 struct afs_cell *cell; in afs_init_fs_context()
|
| D | server_list.c | 29 struct afs_server_list *afs_alloc_server_list(struct afs_cell *cell, in afs_alloc_server_list()
|
| D | security.c | 23 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()
|
| D | mntpt.c | 77 struct afs_cell *cell; in afs_mntpt_set_params()
|
| D | server.c | 247 static struct afs_addr_list *afs_vl_lookup_addrs(struct afs_cell *cell, in afs_vl_lookup_addrs() 272 struct afs_server *afs_lookup_server(struct afs_cell *cell, struct key *key, in afs_lookup_server()
|
| D | vl_list.c | 156 struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *cell, in afs_extract_vlserver_list()
|
| D | addr_list.c | 241 struct afs_vlserver_list *afs_dns_query(struct afs_cell *cell, time64_t *_expiry) in afs_dns_query()
|
| D | xattr.c | 340 struct afs_cell *cell = vnode->volume->cell; in afs_xattr_get_cell()
|
| /Linux-v5.4/include/trace/events/ |
| D | afs.h | 1207 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),
|