Home
last modified time | relevance | path

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

/Linux-v6.1/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.h554 struct afs_server_list { struct
590 struct afs_server_list __rcu *servers; /* List of servers on which volume resides */
847 struct afs_server_list *server_list; /* Current server list (pins ref) */
1161 extern int afs_wait_for_fs_probes(struct afs_server_list *, unsigned long);
1440 static inline struct afs_server_list *afs_get_serverlist(struct afs_server_list *slist) in afs_get_serverlist()
1446 extern void afs_put_serverlist(struct afs_net *, struct afs_server_list *);
1447 extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *,
1450 extern bool afs_annotate_server_list(struct afs_server_list *, struct afs_server_list *);
Dvolume.c71 struct afs_server_list *slist; in afs_alloc_volume()
322 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.c234 int afs_wait_for_fs_probes(struct afs_server_list *slist, unsigned long untried) in afs_wait_for_fs_probes()
Drotate.c492 const struct afs_server_list *sl = op->server_list; in afs_dump_edestaddrreq()
Dinode.c599 struct afs_server_list *slist; in afs_check_server_good()
Ddir.c752 struct afs_server_list *slist; in afs_server_supports_ibulk()