Home
last modified time | relevance | path

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

/fs/afs/
Dcell.c55 struct afs_cell *cell = NULL; in afs_find_cell_locked() local
102 struct afs_cell *cell; in afs_find_cell() local
119 struct afs_cell *cell; in afs_alloc_cell() local
236 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() local
392 static int afs_update_cell(struct afs_cell *cell) in afs_update_cell()
491 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy() local
540 struct afs_cell *afs_get_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_get_cell()
555 void afs_put_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_put_cell()
575 struct afs_cell *afs_use_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_use_cell()
592 void afs_unuse_cell(struct afs_net *net, struct afs_cell *cell, enum afs_cell_trace reason) in afs_unuse_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()
187 static int afs_query_for_alias_one(struct afs_cell *cell, struct key *key, 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()
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()
326 static int afs_do_cell_detect_alias(struct afs_cell *cell, struct key *key) in afs_do_cell_detect_alias()
361 int afs_cell_detect_alias(struct afs_cell *cell, struct key *key) in afs_cell_detect_alias()
Ddynroot.c112 struct afs_cell *cell; in afs_probe_cell_name() local
193 struct afs_cell *cell; in afs_lookup_atcell() local
279 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir()
309 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir()
345 struct afs_cell *cell; in afs_dynroot_populate() local
Dproc.c37 struct afs_cell *cell; in afs_proc_cells_show() local
123 struct afs_cell *cell; in afs_proc_cells_write() local
154 struct afs_cell *cell; in afs_proc_rootcell_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
325 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); in afs_proc_cell_vlservers_start() local
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()
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
294 struct afs_cell *cell = vc->cell; in afs_vl_dump_edestaddrreq() local
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() local
137 static struct afs_vldb_entry *afs_vl_lookup_vldb(struct afs_cell *cell, in afs_vl_lookup_vldb()
Dsuper.c159 struct afs_cell *cell = as->cell; in afs_show_devname() local
227 struct afs_cell *cell; in afs_parse_source() local
359 struct afs_cell *cell; in afs_validate_fc() local
633 struct afs_cell *cell; in afs_init_fs_context() local
Dserver.c138 static struct afs_server *afs_install_server(struct afs_cell *cell, in afs_install_server()
219 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()
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()
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()
Dmntpt.c76 struct afs_cell *cell; in afs_mntpt_set_params() local
Dvl_list.c157 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.c272 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
223 struct afs_cell *cell; /* The cell in which the volume resides */ member
492 struct afs_cell *cell; /* Cell to which belongs (pins ref) */ member
570 struct afs_cell *cell; /* Cell to which belongs (pins ref) */ member
721 struct afs_cell *cell; /* The cell we're querying */ member
1230 static inline int afs_proc_cell_setup(struct afs_cell *cell) { return 0; } in afs_proc_cell_setup()
1231 static inline void afs_proc_cell_remove(struct afs_cell *cell) {} in afs_proc_cell_remove()