Home
last modified time | relevance | path

Searched refs:afs_net (Results 1 – 19 of 19) sorted by relevance

/linux-6.6.21/fs/afs/
Dinternal.h58 struct afs_net *net; /* the AFS net namespace stuff */
105 struct afs_net *net; /* The network namespace */
255 struct afs_net { struct
360 struct afs_net *net;
787 struct afs_net *net; /* Network namespace */
969 extern struct afs_vlserver_list *afs_parse_text_addrs(struct afs_net *,
1003 extern int afs_cell_init(struct afs_net *, const char *);
1004 extern struct afs_cell *afs_find_cell(struct afs_net *, const char *, unsigned,
1006 extern struct afs_cell *afs_lookup_cell(struct afs_net *, const char *, unsigned,
1009 extern void afs_unuse_cell(struct afs_net *, struct afs_cell *, enum afs_cell_trace);
[all …]
Dserver.c19 static void __afs_put_server(struct afs_net *, struct afs_server *);
24 struct afs_server *afs_find_server(struct afs_net *net, in afs_find_server()
90 struct afs_server *afs_find_server_by_uuid(struct afs_net *net, const uuid_t *uuid) in afs_find_server_by_uuid()
143 struct afs_net *net = cell->net; in afs_install_server()
224 struct afs_net *net = cell->net; in afs_alloc_server()
328 static void afs_set_server_timer(struct afs_net *net, time64_t delay) in afs_set_server_timer()
343 struct afs_net *net = container_of(timer, struct afs_net, fs_timer); in afs_servers_timer()
400 void afs_put_server(struct afs_net *net, struct afs_server *server, in afs_put_server()
421 void afs_unuse_server_notime(struct afs_net *net, struct afs_server *server, in afs_unuse_server_notime()
436 void afs_unuse_server(struct afs_net *net, struct afs_server *server, in afs_unuse_server()
[all …]
Dproc.c21 static inline struct afs_net *afs_seq2net(struct seq_file *m) in afs_seq2net()
23 return afs_net(seq_file_net(m)); in afs_seq2net()
26 static inline struct afs_net *afs_seq2net_single(struct seq_file *m) in afs_seq2net_single()
28 return afs_net(seq_file_single_net(m)); in afs_seq2net_single()
91 struct afs_net *net = afs_seq2net(m); in afs_proc_cells_write()
155 struct afs_net *net; in afs_proc_rootcell_show()
175 struct afs_net *net = afs_seq2net_single(m); in afs_proc_rootcell_write()
438 struct afs_net *net = afs_seq2net(m); in afs_proc_sysname_show()
450 struct afs_net *net = afs_seq2net(m); in afs_proc_sysname_start()
463 struct afs_net *net = afs_seq2net(m); in afs_proc_sysname_next()
[all …]
Dfs_probe.c22 static void afs_schedule_fs_probe(struct afs_net *net, in afs_schedule_fs_probe()
41 static void afs_finished_fs_probe(struct afs_net *net, struct afs_server *server) in afs_finished_fs_probe()
61 static void afs_done_one_fs_probe(struct afs_net *net, struct afs_server *server) in afs_done_one_fs_probe()
75 static void afs_fs_probe_not_done(struct afs_net *net, in afs_fs_probe_not_done()
195 void afs_fs_probe_fileserver(struct afs_net *net, struct afs_server *server, in afs_fs_probe_fileserver()
321 struct afs_net *net = container_of(timer, struct afs_net, fs_probe_timer); in afs_fs_probe_timer()
330 static void afs_dispatch_fs_probe(struct afs_net *net, struct afs_server *server, bool all) in afs_dispatch_fs_probe()
351 void afs_probe_fileserver(struct afs_net *net, struct afs_server *server) in afs_probe_fileserver()
364 struct afs_net *net = container_of(work, struct afs_net, fs_prober); in afs_fs_probe_dispatcher()
474 void afs_fs_probe_cleanup(struct afs_net *net) in afs_fs_probe_cleanup()
Dcell.c23 static void afs_queue_cell_manager(struct afs_net *);
26 static void afs_dec_cells_outstanding(struct afs_net *net) in afs_dec_cells_outstanding()
36 static void afs_set_cell_timer(struct afs_net *net, time64_t delay) in afs_set_cell_timer()
51 static struct afs_cell *afs_find_cell_locked(struct afs_net *net, in afs_find_cell_locked()
98 struct afs_cell *afs_find_cell(struct afs_net *net, in afs_find_cell()
114 static struct afs_cell *afs_alloc_cell(struct afs_net *net, in afs_alloc_cell()
234 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell()
343 int afs_cell_init(struct afs_net *net, const char *rootcell) in afs_cell_init()
494 struct afs_net *net = cell->net; in afs_cell_destroy()
516 static void afs_queue_cell_manager(struct afs_net *net) in afs_queue_cell_manager()
[all …]
Dmain.c70 struct afs_net *net = afs_net(net_ns); in afs_net_init()
152 struct afs_net *net = afs_net(net_ns); in afs_net_exit()
167 .size = sizeof(struct afs_net),
Ddynroot.c114 struct afs_net *net = afs_d2net(dentry); in afs_probe_cell_name()
195 struct afs_net *net = afs_d2net(dentry); in afs_lookup_atcell()
280 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir()
310 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir()
347 struct afs_net *net = afs_sb2net(sb); in afs_dynroot_populate()
375 struct afs_net *net = afs_sb2net(sb); in afs_dynroot_depopulate()
Drxrpc.c38 int afs_open_socket(struct afs_net *net) in afs_open_socket()
108 void afs_close_socket(struct afs_net *net) in afs_close_socket()
136 static struct afs_call *afs_alloc_call(struct afs_net *net, in afs_alloc_call()
167 struct afs_net *net = call->net; in afs_put_call()
233 struct afs_call *afs_alloc_flat_call(struct afs_net *net, in afs_alloc_flat_call()
720 struct afs_net *net = in afs_charge_preallocation()
721 container_of(work, struct afs_net, charge_preallocation_work); in afs_charge_preallocation()
767 struct afs_net *net = afs_sock2net(sk); in afs_rx_new_call()
820 struct afs_net *net = call->net; in afs_send_empty_reply()
857 struct afs_net *net = call->net; in afs_send_simple_reply()
[all …]
Dvlclient.c135 struct afs_net *net = vc->cell->net; in afs_vl_get_entry_by_name_u()
274 struct afs_net *net = vc->cell->net; in afs_vl_get_addrs_u()
380 struct afs_call *afs_vl_get_capabilities(struct afs_net *net, in afs_vl_get_capabilities()
624 struct afs_net *net = vc->cell->net; in afs_yfsvl_get_endpoints()
738 struct afs_net *net = vc->cell->net; in afs_yfsvl_get_cell_name()
Dvl_probe.c143 static bool afs_do_probe_vlserver(struct afs_net *net, in afs_do_probe_vlserver()
184 int afs_send_vl_probes(struct afs_net *net, struct key *key, in afs_send_vl_probes()
Dvl_list.c40 void afs_put_vlserver(struct afs_net *net, struct afs_vlserver *vlserver) in afs_put_vlserver()
60 void afs_put_vlserverlist(struct afs_net *net, struct afs_vlserver_list *vllist) in afs_put_vlserverlist()
Dsuper.c529 struct afs_net *net = afs_net(as->net_ns); in afs_destroy_sbi()
641 ctx->net = afs_net(fc->net_ns); in afs_init_fs_context()
Dserver_list.c12 void afs_put_serverlist(struct afs_net *net, struct afs_server_list *slist) in afs_put_serverlist()
Dvolume.c222 static void afs_destroy_volume(struct afs_net *net, struct afs_volume *volume) in afs_destroy_volume()
273 void afs_put_volume(struct afs_net *net, struct afs_volume *volume, in afs_put_volume()
Dvl_alias.c363 struct afs_net *net = cell->net; in afs_cell_detect_alias()
Daddr_list.c63 struct afs_vlserver_list *afs_parse_text_addrs(struct afs_net *net, in afs_parse_text_addrs()
Dvl_rotate.c343 struct afs_net *net = vc->cell->net; in afs_end_vlserver_operation()
Dfsclient.c1608 int afs_fs_give_up_all_callbacks(struct afs_net *net, in afs_fs_give_up_all_callbacks()
1709 bool afs_fs_get_capabilities(struct afs_net *net, struct afs_server *server, in afs_fs_get_capabilities()
Ddir.c934 struct afs_net *net = afs_i2net(dir); in afs_lookup_atsys()