Home
last modified time | relevance | path

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

/Linux-v5.10/fs/afs/
Dinternal.h56 struct afs_net *net; /* the AFS net namespace stuff */
103 struct afs_net *net; /* The network namespace */
251 struct afs_net { struct
356 struct afs_net *net;
766 struct afs_net *net; /* Network namespace */
934 extern struct afs_vlserver_list *afs_parse_text_addrs(struct afs_net *,
980 extern int afs_cell_init(struct afs_net *, const char *);
981 extern struct afs_cell *afs_find_cell(struct afs_net *, const char *, unsigned,
983 extern struct afs_cell *afs_lookup_cell(struct afs_net *, const char *, unsigned,
986 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()
89 struct afs_server *afs_find_server_by_uuid(struct afs_net *net, const uuid_t *uuid) in afs_find_server_by_uuid()
142 struct afs_net *net = cell->net; in afs_install_server()
223 struct afs_net *net = cell->net; in afs_alloc_server()
326 static void afs_set_server_timer(struct afs_net *net, time64_t delay) in afs_set_server_timer()
341 struct afs_net *net = container_of(timer, struct afs_net, fs_timer); in afs_servers_timer()
392 void afs_put_server(struct afs_net *net, struct afs_server *server, in afs_put_server()
410 void afs_unuse_server_notime(struct afs_net *net, struct afs_server *server, in afs_unuse_server_notime()
425 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.c21 static void afs_schedule_fs_probe(struct afs_net *net, in afs_schedule_fs_probe()
40 static void afs_finished_fs_probe(struct afs_net *net, struct afs_server *server) in afs_finished_fs_probe()
60 static void afs_done_one_fs_probe(struct afs_net *net, struct afs_server *server) in afs_done_one_fs_probe()
74 static void afs_fs_probe_not_done(struct afs_net *net, in afs_fs_probe_not_done()
189 void afs_fs_probe_fileserver(struct afs_net *net, struct afs_server *server, in afs_fs_probe_fileserver()
315 struct afs_net *net = container_of(timer, struct afs_net, fs_probe_timer); in afs_fs_probe_timer()
324 static void afs_dispatch_fs_probe(struct afs_net *net, struct afs_server *server, bool all) in afs_dispatch_fs_probe()
345 void afs_probe_fileserver(struct afs_net *net, struct afs_server *server) in afs_probe_fileserver()
358 struct afs_net *net = container_of(work, struct afs_net, fs_prober); in afs_fs_probe_dispatcher()
465 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()
232 struct afs_cell *afs_lookup_cell(struct afs_net *net, in afs_lookup_cell()
341 int afs_cell_init(struct afs_net *net, const char *rootcell) in afs_cell_init()
490 struct afs_net *net = cell->net; in afs_cell_destroy()
512 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.c113 struct afs_net *net = afs_d2net(dentry); in afs_probe_cell_name()
180 struct afs_net *net = afs_d2net(dentry); in afs_lookup_atcell()
276 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir()
306 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir()
343 struct afs_net *net = afs_sb2net(sb); in afs_dynroot_populate()
371 struct afs_net *net = afs_sb2net(sb); in afs_dynroot_depopulate()
Drxrpc.c36 int afs_open_socket(struct afs_net *net) in afs_open_socket()
106 void afs_close_socket(struct afs_net *net) in afs_close_socket()
134 static struct afs_call *afs_alloc_call(struct afs_net *net, in afs_alloc_call()
165 struct afs_net *net = call->net; in afs_put_call()
226 struct afs_call *afs_alloc_flat_call(struct afs_net *net, in afs_alloc_flat_call()
751 struct afs_net *net = in afs_charge_preallocation()
752 container_of(work, struct afs_net, charge_preallocation_work); in afs_charge_preallocation()
798 struct afs_net *net = afs_sock2net(sk); in afs_rx_new_call()
851 struct afs_net *net = call->net; in afs_send_empty_reply()
887 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()
623 struct afs_net *net = vc->cell->net; in afs_yfsvl_get_endpoints()
737 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()
64 void afs_put_vlserverlist(struct afs_net *net, struct afs_vlserver_list *vllist) in afs_put_vlserverlist()
Dvolume.c221 static void afs_destroy_volume(struct afs_net *net, struct afs_volume *volume) in afs_destroy_volume()
256 void afs_put_volume(struct afs_net *net, struct afs_volume *volume, in afs_put_volume()
Dserver_list.c12 void afs_put_serverlist(struct afs_net *net, struct afs_server_list *slist) in afs_put_serverlist()
Dsuper.c526 struct afs_net *net = afs_net(as->net_ns); in afs_destroy_sbi()
638 ctx->net = afs_net(fc->net_ns); in afs_init_fs_context()
Dvl_alias.c363 struct afs_net *net = cell->net; in afs_cell_detect_alias()
Dvl_rotate.c333 struct afs_net *net = vc->cell->net; in afs_end_vlserver_operation()
Daddr_list.c63 struct afs_vlserver_list *afs_parse_text_addrs(struct afs_net *net, in afs_parse_text_addrs()
Dfsclient.c1646 int afs_fs_give_up_all_callbacks(struct afs_net *net, in afs_fs_give_up_all_callbacks()
1734 bool afs_fs_get_capabilities(struct afs_net *net, struct afs_server *server, in afs_fs_get_capabilities()
Ddir.c878 struct afs_net *net = afs_i2net(dir); in afs_lookup_atsys()