Home
last modified time | relevance | path

Searched refs:afs_server (Results 1 – 12 of 12) sorted by relevance

/linux/fs/afs/
H A Dserver.c17 static void __afs_put_server(struct afs_net *, struct afs_server *);
24 struct afs_server *afs_find_server(const struct rxrpc_peer *peer) in afs_find_server()
26 struct afs_server *server = (struct afs_server *)rxrpc_kernel_get_peer_data(peer); in afs_find_server()
37 static struct afs_server *afs_find_server_by_uuid(struct afs_cell *cell, const uuid_t *uuid) in afs_find_server_by_uuid()
39 struct afs_server *server; in afs_find_server_by_uuid()
47 server = rb_entry(p, struct afs_server, uuid_rb); in afs_find_server_by_uuid()
69 static struct afs_server *afs_install_server(struct afs_cell *cell, in afs_install_server()
70 struct afs_server **candidate) in afs_install_server()
72 struct afs_server *server; in afs_install_server()
85 server = rb_entry(p, struct afs_server, uuid_rb); in afs_install_server()
[all …]
H A Dfs_probe.c59 struct afs_server *server, bool fast) in afs_schedule_fs_probe()
77 static void afs_finished_fs_probe(struct afs_net *net, struct afs_server *server, in afs_finished_fs_probe()
99 static void afs_done_one_fs_probe(struct afs_net *net, struct afs_server *server, in afs_done_one_fs_probe()
115 struct afs_server *server, in afs_fs_probe_not_done()
143 struct afs_server *server = call->server; in afs_fileserver_probe_result()
238 int afs_fs_probe_fileserver(struct afs_net *net, struct afs_server *server, in afs_fs_probe_fileserver()
387 static void afs_dispatch_fs_probe(struct afs_net *net, struct afs_server *server) in afs_dispatch_fs_probe()
408 void afs_probe_fileserver(struct afs_net *net, struct afs_server *server) in afs_probe_fileserver()
422 struct afs_server *fast, *slow, *server; in afs_fs_probe_dispatcher()
447 fast = list_first_entry(&net->fs_probe_fast, struct afs_server, probe_link); in afs_fs_probe_dispatcher()
[all …]
H A Dinternal.h139 struct afs_server *server; /* The fileserver record if fs op (pins ref) */
536 struct afs_server { struct
597 struct afs_server *server; argument
928 struct afs_server *server; /* Server we're using (ref pinned by server_list) */
1015 void afs_set_peer_appdata(struct afs_server *server,
1030 extern void afs_init_callback_state(struct afs_server *);
1033 extern void afs_break_callbacks(struct afs_server *, size_t, struct afs_callback_break *);
1191 int afs_fs_give_up_all_callbacks(struct afs_net *net, struct afs_server *server,
1193 bool afs_fs_get_capabilities(struct afs_net *net, struct afs_server *server,
1236 int afs_fs_probe_fileserver(struct afs_net *net, struct afs_server *server,
[all …]
H A Dcallback.c56 void afs_init_callback_state(struct afs_server *server) in afs_init_callback_state()
158 static void afs_break_volume_callback(struct afs_server *server, in afs_break_volume_callback()
188 static void afs_break_one_callback(struct afs_server *server, in afs_break_one_callback()
213 static void afs_break_some_callbacks(struct afs_server *server, in afs_break_some_callbacks()
256 void afs_break_callbacks(struct afs_server *server, size_t count, in afs_break_callbacks()
H A Dvl_alias.c38 static int afs_compare_fs_alists(const struct afs_server *server_a, in afs_compare_fs_alists()
39 const struct afs_server *server_b) in afs_compare_fs_alists()
84 const struct afs_server *server_a = la->servers[a].server; in afs_compare_volume_slists()
85 const struct afs_server *server_b = lb->servers[b].server; in afs_compare_volume_slists()
H A Drotate.c37 struct afs_server *server; in afs_start_fs_iteration()
155 struct afs_server *server; in afs_select_fileserver()
548 struct afs_server *s = se->server; in afs_select_fileserver()
741 const struct afs_server *s = sl->servers[i].server; in afs_dump_edestaddrreq()
H A Dserver_list.c32 struct afs_server *server; in afs_alloc_server_list()
160 struct afs_server *server; in afs_attach_volume_to_servers()
H A Dproc.c438 struct afs_server *server; in afs_proc_servers_show()
447 server = list_entry(v, struct afs_server, proc_link); in afs_proc_servers_show()
H A Daddr_list.c369 void afs_set_peer_appdata(struct afs_server *server, in afs_set_peer_appdata()
H A Dfsclient.c1635 int afs_fs_give_up_all_callbacks(struct afs_net *net, struct afs_server *server, in afs_fs_give_up_all_callbacks()
1749 bool afs_fs_get_capabilities(struct afs_net *net, struct afs_server *server, in afs_fs_get_capabilities()
H A Ddir.c746 struct afs_server *server; in afs_server_supports_ibulk()
/linux/include/trace/events/
H A Dafs.h1534 TRACE_EVENT(afs_server,
1668 TP_PROTO(struct afs_server *server, bool tx, struct afs_endpoint_state *estate,