Home
last modified time | relevance | path

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

/linux-4.19.296/fs/afs/
Dserver_list.c16 void afs_put_serverlist(struct afs_net *net, struct afs_server_list *slist) in afs_put_serverlist()
32 struct afs_server_list *afs_alloc_server_list(struct afs_cell *cell, in afs_alloc_server_list()
37 struct afs_server_list *slist; in afs_alloc_server_list()
45 slist = kzalloc(sizeof(struct afs_server_list) + in afs_alloc_server_list()
105 bool afs_annotate_server_list(struct afs_server_list *new, in afs_annotate_server_list()
106 struct afs_server_list *old) in afs_annotate_server_list()
Dinternal.h446 struct afs_server_list { struct
475 struct afs_server_list *servers; /* List of servers on which volume resides */ argument
602 struct afs_server_list *server_list; /* Current server list (pins ref) */
673 struct afs_server_list *, unsigned int);
675 extern void afs_clear_callback_interests(struct afs_net *, struct afs_server_list *);
1019 static inline struct afs_server_list *afs_get_serverlist(struct afs_server_list *slist) in afs_get_serverlist()
1025 extern void afs_put_serverlist(struct afs_net *, struct afs_server_list *);
1026 extern struct afs_server_list *afs_alloc_server_list(struct afs_cell *, struct key *,
1029 extern bool afs_annotate_server_list(struct afs_server_list *, struct afs_server_list *);
Dcallback.c89 struct afs_server_list *slist, in afs_register_server_cb_interest()
325 void afs_clear_callback_interests(struct afs_net *net, struct afs_server_list *slist) in afs_clear_callback_interests()
Dvolume.c28 struct afs_server_list *slist; in afs_alloc_volume()
264 struct afs_server_list *new, *old, *discard; in afs_update_volume_status()