Home
last modified time | relevance | path

Searched refs:afs_server_list (Results 1 – 6 of 6) 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()
29 struct afs_server_list *afs_alloc_server_list(struct afs_cell *cell, in afs_alloc_server_list()
34 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()
Dinternal.h584 struct afs_server_list { struct
613 struct afs_server_list *servers; /* List of servers on which volume resides */ argument
769 struct afs_server_list *server_list; /* Current server list (pins ref) */
844 struct afs_server_list *, unsigned int);
846 extern void afs_clear_callback_interests(struct afs_net *, struct afs_server_list *);
998 extern int afs_probe_fileservers(struct afs_net *, struct key *, struct afs_server_list *);
999 extern int afs_wait_for_fs_probes(struct afs_server_list *, unsigned long);
1251 static inline struct afs_server_list *afs_get_serverlist(struct afs_server_list *slist) in afs_get_serverlist()
1257 extern void afs_put_serverlist(struct afs_net *, struct afs_server_list *);
1258 extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *,
[all …]
Dfs_probe.c167 struct afs_server_list *list) in afs_probe_fileservers()
192 int afs_wait_for_fs_probes(struct afs_server_list *slist, unsigned long untried) in afs_wait_for_fs_probes()
Dvolume.c22 struct afs_server_list *slist; in afs_alloc_volume()
222 struct afs_server_list *new, *old, *discard; in afs_update_volume_status()
Dcallback.c89 struct afs_server_list *slist, in afs_register_server_cb_interest()
333 void afs_clear_callback_interests(struct afs_net *net, struct afs_server_list *slist) in afs_clear_callback_interests()
Drotate.c585 const struct afs_server_list *sl = fc->server_list; in afs_dump_edestaddrreq()