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

/linux-master/fs/afs/
H A Dserver.c17 static struct afs_server *afs_maybe_use_server(struct afs_server *,
19 static void __afs_put_server(struct afs_net *, struct afs_server *);
24 struct afs_server *afs_find_server(struct afs_net *net, const struct rxrpc_peer *peer)
28 struct afs_server *server = NULL;
65 struct afs_server *afs_find_server_by_uuid(struct afs_net *net, const uuid_t *uuid)
67 struct afs_server *server = NULL;
86 server = rb_entry(p, struct afs_server, uuid_rb);
110 * it into a list anchored on whichever afs_server struct is actually in the
113 static struct afs_server *afs_install_serve
[all...]
H A Dcallback.c56 void afs_init_callback_state(struct afs_server *server)
158 static void afs_break_volume_callback(struct afs_server *server,
188 static void afs_break_one_callback(struct afs_server *server,
213 static void afs_break_some_callbacks(struct afs_server *server,
256 void afs_break_callbacks(struct afs_server *server, size_t count,
H A Dinternal.h137 struct afs_server *server; /* The fileserver record if fs op (pins ref) */
319 struct rb_root fs_servers; /* afs_server (by server UUID or address) */
320 struct list_head fs_probe_fast; /* List of afs_server to probe at 30s intervals */
321 struct list_head fs_probe_slow; /* List of afs_server to probe at 5m intervals */
324 struct hlist_head fs_addresses; /* afs_server (by lowest IPv6 addr) */
423 struct rb_root fs_servers; /* afs_server (by server UUID) */
551 struct afs_server { struct
560 struct afs_server __rcu *uuid_next; /* Next server with same UUID */
561 struct afs_server *uuid_prev; /* Previous server with same UUID */
566 struct afs_server *gc_nex
[all...]
H A Dfs_probe.c59 struct afs_server *server, bool fast)
77 static void afs_finished_fs_probe(struct afs_net *net, struct afs_server *server,
99 static void afs_done_one_fs_probe(struct afs_net *net, struct afs_server *server,
115 struct afs_server *server,
143 struct afs_server *server = call->server;
238 void afs_fs_probe_fileserver(struct afs_net *net, struct afs_server *server,
375 static void afs_dispatch_fs_probe(struct afs_net *net, struct afs_server *server)
396 void afs_probe_fileserver(struct afs_net *net, struct afs_server *server)
410 struct afs_server *fast, *slow, *server;
435 fast = list_first_entry(&net->fs_probe_fast, struct afs_server, probe_lin
[all...]
H A Dvl_alias.c38 static int afs_compare_fs_alists(const struct afs_server *server_a,
39 const struct afs_server *server_b)
84 const struct afs_server *server_a = la->servers[a].server;
85 const struct afs_server *server_b = lb->servers[b].server;
H A Dserver_list.c32 struct afs_server *server;
160 struct afs_server *server;
H A Drotate.c37 struct afs_server *server;
155 struct afs_server *server;
538 struct afs_server *s = se->server;
721 const struct afs_server *s = sl->servers[i].server;
H A Dcmservice.c148 struct afs_server *server;
170 struct afs_server *server;
H A Dproc.c430 struct afs_server *server;
439 server = list_entry(v, struct afs_server, proc_link);
H A Dfsclient.c1627 int afs_fs_give_up_all_callbacks(struct afs_net *net, struct afs_server *server,
1740 bool afs_fs_get_capabilities(struct afs_net *net, struct afs_server *server,
H A Ddir.c762 struct afs_server *server;
/linux-master/include/trace/events/
H A Dafs.h1339 TRACE_EVENT(afs_server,
1469 TP_PROTO(struct afs_server *server, bool tx, struct afs_endpoint_state *estate,

Completed in 351 milliseconds