Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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_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()
H A Dinternal.h548 struct afs_server_list { struct
584 struct afs_server_list __rcu *servers; /* List of servers on which volume resides */
833 struct afs_server_list *server_list; /* Current server list (pins ref) */
1134 extern int afs_wait_for_fs_probes(struct afs_server_list *, unsigned long);
1407 static inline struct afs_server_list *afs_get_serverlist(struct afs_server_list *slist) in afs_get_serverlist()
1413 extern void afs_put_serverlist(struct afs_net *, struct afs_server_list *);
1414 extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *,
1417 extern bool afs_annotate_server_list(struct afs_server_list *, struct afs_server_list *);
H A Dvolume.c72 struct afs_server_list *slist; in afs_alloc_volume()
303 struct afs_server_list *new, *old, *discard; in afs_update_volume_status()
H A Dvl_alias.c122 const struct afs_server_list *la, *lb; in afs_compare_volume_slists()
H A Drotate.c487 const struct afs_server_list *sl = op->server_list; in afs_dump_edestaddrreq()
H A Dfs_probe.c228 int afs_wait_for_fs_probes(struct afs_server_list *slist, unsigned long untried) in afs_wait_for_fs_probes()
H A Dinode.c583 struct afs_server_list *slist = rcu_dereference(vnode->volume->servers); in afs_get_s_break_rcu()
H A Ddir.c713 struct afs_server_list *slist; in afs_server_supports_ibulk()