Symbol: afs_server_list
fs/afs/callback.c
155
struct afs_server_list *slist = rcu_dereference(volume->servers);
fs/afs/dir.c
741
struct afs_server_list *slist;
fs/afs/fs_probe.c
317
struct afs_server_list *slist = op->server_list;
fs/afs/internal.h
1584
static inline struct afs_server_list *afs_get_serverlist(struct afs_server_list *slist)
fs/afs/internal.h
1590
extern void afs_put_serverlist(struct afs_net *, struct afs_server_list *);
fs/afs/internal.h
1591
struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume,
fs/afs/internal.h
1594
extern bool afs_annotate_server_list(struct afs_server_list *, struct afs_server_list *);
fs/afs/internal.h
1595
void afs_attach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist);
fs/afs/internal.h
1596
void afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist,
fs/afs/internal.h
1597
struct afs_server_list *old);
fs/afs/internal.h
1598
void afs_detach_volume_from_servers(struct afs_volume *volume, struct afs_server_list *slist);
fs/afs/internal.h
644
struct afs_server_list __rcu *servers; /* List of servers on which volume resides */
fs/afs/internal.h
935
struct afs_server_list *server_list; /* Current server list (pins ref) */
fs/afs/rotate.c
736
const struct afs_server_list *sl = op->server_list;
fs/afs/server_list.c
12
void afs_put_serverlist(struct afs_net *net, struct afs_server_list *slist)
fs/afs/server_list.c
133
bool afs_annotate_server_list(struct afs_server_list *new,
fs/afs/server_list.c
134
struct afs_server_list *old)
fs/afs/server_list.c
157
void afs_attach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *slist)
fs/afs/server_list.c
187
void afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *new,
fs/afs/server_list.c
188
struct afs_server_list *old)
fs/afs/server_list.c
235
void afs_detach_volume_from_servers(struct afs_volume *volume, struct afs_server_list *slist)
fs/afs/server_list.c
27
struct afs_server_list *afs_alloc_server_list(struct afs_volume *volume,
fs/afs/server_list.c
31
struct afs_server_list *slist;
fs/afs/validation.c
156
const struct afs_server_list *slist;
fs/afs/validation.c
330
struct afs_server_list *slist = op->server_list;
fs/afs/vl_alias.c
73
const struct afs_server_list *la, *lb;
fs/afs/volume.c
136
struct afs_server_list *slist;
fs/afs/volume.c
240
struct afs_server_list *slist = rcu_access_pointer(volume->servers);
fs/afs/volume.c
357
struct afs_server_list *new, *old, *discard;
fs/afs/volume.c
78
struct afs_server_list **_slist)
fs/afs/volume.c
80
struct afs_server_list *slist;