Home
last modified time | relevance | path

Searched refs:afs_server_list (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/afs/
H A Dserver_list.c12 void afs_put_serverlist(struct afs_net *net, struct afs_server_list *slist) in afs_put_serverlist()
27 struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume, in afs_alloc_server_list()
31 struct afs_server_list *slist; in afs_alloc_server_list()
101 bool afs_annotate_server_list(struct afs_server_list *new, in afs_annotate_server_list()
102 struct afs_server_list *old) in afs_annotate_server_list()
132 void afs_attach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist) in afs_attach_volume_to_servers()
162 void afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *new, in afs_reattach_volume_to_servers()
163 struct afs_server_list *old) in afs_reattach_volume_to_servers()
209 void afs_detach_volume_from_servers(struct afs_volume *volume, struct afs_server_list *slist) in afs_detach_volume_from_servers()
H A Dvolume.c75 struct afs_server_list **_slist) in afs_alloc_volume()
77 struct afs_server_list *slist; in afs_alloc_volume()
125 struct afs_server_list *slist; in afs_lookup_volume()
228 struct afs_server_list *slist = rcu_access_pointer(volume->servers); in afs_destroy_volume()
345 struct afs_server_list *new, *old, *discard; in afs_update_volume_status()
H A Dinternal.h559 struct afs_server_list { struct
596 struct afs_server_list __rcu *servers; /* List of servers on which volume resides */
855 struct afs_server_list *server_list; /* Current server list (pins ref) */
1164 extern int afs_wait_for_fs_probes(struct afs_server_list *, unsigned long);
1452 static inline struct afs_server_list *afs_get_serverlist(struct afs_server_list *slist) in afs_get_serverlist()
1458 extern void afs_put_serverlist(struct afs_net *, struct afs_server_list *);
1459 struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume,
1462 extern bool afs_annotate_server_list(struct afs_server_list *, struct afs_server_list *);
1463 void afs_attach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist);
1464 void afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist,
[all …]
H A Dvl_alias.c122 const struct afs_server_list *la, *lb; in afs_compare_volume_slists()
H A Drotate.c492 const struct afs_server_list *sl = op->server_list; in afs_dump_edestaddrreq()
H A Dfs_probe.c234 int afs_wait_for_fs_probes(struct afs_server_list *slist, unsigned long untried) in afs_wait_for_fs_probes()
H A Dinode.c600 struct afs_server_list *slist; in afs_check_server_good()
H A Ddir.c758 struct afs_server_list *slist; in afs_server_supports_ibulk()