Home
last modified time | relevance | path

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

/fs/afs/
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_cell *cell, in afs_alloc_server_list()
32 struct afs_server_list *slist; in afs_alloc_server_list()
103 bool afs_annotate_server_list(struct afs_server_list *new, in afs_annotate_server_list()
104 struct afs_server_list *old) in afs_annotate_server_list()
Dinternal.h548 struct afs_server_list { struct
585 struct afs_server_list __rcu *servers; /* List of servers on which volume resides */
834 struct afs_server_list *server_list; /* Current server list (pins ref) */
1135 extern int afs_wait_for_fs_probes(struct afs_server_list *, unsigned long);
1408 static inline struct afs_server_list *afs_get_serverlist(struct afs_server_list *slist) in afs_get_serverlist()
1414 extern void afs_put_serverlist(struct afs_net *, struct afs_server_list *);
1415 extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *,
1418 extern bool afs_annotate_server_list(struct afs_server_list *, struct afs_server_list *);
Dvolume.c72 struct afs_server_list *slist; in afs_alloc_volume()
303 struct afs_server_list *new, *old, *discard; in afs_update_volume_status()
Dvl_alias.c122 const struct afs_server_list *la, *lb; in afs_compare_volume_slists()
Dfs_probe.c228 int afs_wait_for_fs_probes(struct afs_server_list *slist, unsigned long untried) in afs_wait_for_fs_probes()
Drotate.c487 const struct afs_server_list *sl = op->server_list; in afs_dump_edestaddrreq()
Dinode.c584 struct afs_server_list *slist = rcu_dereference(vnode->volume->servers); in afs_get_s_break_rcu()
Ddir.c723 struct afs_server_list *slist; in afs_server_supports_ibulk()