Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 14 of 14) sorted by relevance

/fs/afs/
Dcell.c50 struct afs_cell *cell = NULL; in afs_lookup_cell_rcu() local
127 struct afs_cell *cell; in afs_alloc_cell() local
236 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() local
389 static int afs_update_cell(struct afs_cell *cell) in afs_update_cell()
488 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy() local
531 struct afs_cell *afs_get_cell(struct afs_cell *cell) in afs_get_cell()
540 void afs_put_cell(struct afs_net *net, struct afs_cell *cell) in afs_put_cell()
565 static int afs_alloc_anon_key(struct afs_cell *cell) in afs_alloc_anon_key()
592 static int afs_activate_cell(struct afs_net *net, struct afs_cell *cell) in afs_activate_cell()
636 static void afs_deactivate_cell(struct afs_net *net, struct afs_cell *cell) in afs_deactivate_cell()
[all …]
Ddynroot.c19 struct afs_cell *cell; in afs_probe_cell_name() local
100 struct afs_cell *cell; in afs_lookup_atcell() local
191 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir()
221 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir()
257 struct afs_cell *cell; in afs_dynroot_populate() local
Dproc.c37 struct afs_cell *cell; in afs_proc_cells_show() local
121 struct afs_cell *cell; in afs_proc_cells_write() local
152 struct afs_cell *cell; in afs_proc_rootcell_show() local
211 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_show() local
230 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_start() local
239 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_next() local
247 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_volumes_stop() local
322 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_vlservers_start() local
603 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup()
637 void afs_proc_cell_remove(struct afs_cell *cell) in afs_proc_cell_remove()
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() local
285 struct afs_cell *cell = vc->cell; in afs_vl_dump_edestaddrreq() local
Dvolume.c67 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()
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()
Dsuper.c165 struct afs_cell *cell = as->cell; in afs_show_devname() local
233 struct afs_cell *cell; in afs_parse_source() local
624 struct afs_cell *cell; in afs_init_fs_context() local
Dserver_list.c29 struct afs_server_list *afs_alloc_server_list(struct afs_cell *cell, in afs_alloc_server_list()
Dserver.c243 static struct afs_addr_list *afs_vl_lookup_addrs(struct afs_cell *cell, in afs_vl_lookup_addrs()
268 struct afs_server *afs_lookup_server(struct afs_cell *cell, struct key *key, in afs_lookup_server()
Dmntpt.c76 struct afs_cell *cell; in afs_mntpt_set_params() local
Dvl_list.c156 struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *cell, in afs_extract_vlserver_list()
Daddr_list.c241 struct afs_vlserver_list *afs_dns_query(struct afs_cell *cell, time64_t *_expiry) in afs_dns_query()
Dxattr.c317 struct afs_cell *cell = vnode->volume->cell; in afs_xattr_get_cell() local
Dinternal.h57 struct afs_cell *cell; /* cell in which to find volume */ member
247 struct afs_cell *cell; /* The cell in which the volume resides */ member
601 struct afs_cell *cell; /* Cell to which belongs (pins ref) */ member
748 struct afs_cell *cell; /* The cell we're querying */ member
1095 static inline int afs_proc_cell_setup(struct afs_cell *cell) { return 0; } in afs_proc_cell_setup()
1096 static inline void afs_proc_cell_remove(struct afs_cell *cell) {} in afs_proc_cell_remove()