Searched refs:afs_server_list (Results 1 – 6 of 6) sorted by relevance
/fs/afs/ |
D | server_list.c | 12 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()
|
D | internal.h | 584 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 …]
|
D | fs_probe.c | 167 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()
|
D | volume.c | 22 struct afs_server_list *slist; in afs_alloc_volume() 222 struct afs_server_list *new, *old, *discard; in afs_update_volume_status()
|
D | callback.c | 89 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()
|
D | rotate.c | 585 const struct afs_server_list *sl = fc->server_list; in afs_dump_edestaddrreq()
|