Home
last modified time | relevance | path

Searched defs:server (Results 1 – 25 of 210) sorted by relevance

123456789

/kernel/linux/linux-5.10/fs/afs/
Dserver.c28 struct afs_server *server = NULL; in afs_find_server() local
91 struct afs_server *server = NULL; in afs_find_server_by_uuid() local
141 struct afs_server *server, *next; in afs_install_server() local
222 struct afs_server *server; in afs_alloc_server() local
286 struct afs_server *server, *candidate; in afs_lookup_server() local
351 struct afs_server *afs_get_server(struct afs_server *server, in afs_get_server()
363 static struct afs_server *afs_maybe_use_server(struct afs_server *server, in afs_maybe_use_server()
380 struct afs_server *afs_use_server(struct afs_server *server, enum afs_server_trace reason) in afs_use_server()
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()
[all …]
Dfs_probe.c22 struct afs_server *server, bool fast) 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()
75 struct afs_server *server, in afs_fs_probe_not_done()
103 struct afs_server *server = call->server; in afs_fileserver_probe_result() local
189 void afs_fs_probe_fileserver(struct afs_net *net, struct afs_server *server, in afs_fs_probe_fileserver()
231 struct afs_server *server; in afs_wait_for_fs_probes() local
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()
359 struct afs_server *fast, *slow, *server; in afs_fs_probe_dispatcher() local
[all …]
Dvl_probe.c18 static void afs_finished_vl_probe(struct afs_vlserver *server) in afs_finished_vl_probe()
32 static void afs_done_one_vl_probe(struct afs_vlserver *server, bool wake_up) in afs_done_one_vl_probe()
50 struct afs_vlserver *server = call->vlserver; in afs_vlserver_probe_result() local
144 struct afs_vlserver *server, in afs_do_probe_vlserver()
187 struct afs_vlserver *server; in afs_send_vl_probes() local
214 struct afs_vlserver *server; in afs_wait_for_vl_probes() local
/kernel/linux/linux-5.10/fs/cifs/
Dsmb2transport.c44 smb3_crypto_shash_allocate(struct TCP_Server_Info *server) in smb3_crypto_shash_allocate()
66 smb311_crypto_shash_allocate(struct TCP_Server_Info *server) in smb311_crypto_shash_allocate()
95 int smb2_get_sign_key(__u64 ses_id, struct TCP_Server_Info *server, u8 *key) in smb2_get_sign_key()
150 smb2_find_smb_ses_unlocked(struct TCP_Server_Info *server, __u64 ses_id) in smb2_find_smb_ses_unlocked()
164 smb2_find_smb_ses(struct TCP_Server_Info *server, __u64 ses_id) in smb2_find_smb_ses()
196 smb2_find_smb_tcon(struct TCP_Server_Info *server, __u64 ses_id, __u32 tid) in smb2_find_smb_tcon()
214 smb2_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server, in smb2_calc_signature()
306 struct TCP_Server_Info *server = ses->server; in generate_key() local
401 struct TCP_Server_Info *server = ses->server; in generate_smb3signingkey() local
533 smb3_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server, in smb3_calc_signature()
[all …]
Dtransport.c54 AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in AllocMidQEntry()
99 struct TCP_Server_Info *server = midEntry->server; in _cifs_mid_q_entry_release() local
203 smb_send_kvec(struct TCP_Server_Info *server, struct msghdr *smb_msg, in smb_send_kvec()
272 smb_rqst_len(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb_rqst_len()
316 __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in __smb_send_rqst()
461 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in smb_send_rqst()
506 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send()
522 wait_for_free_credits(struct TCP_Server_Info *server, const int num_credits, in wait_for_free_credits()
640 wait_for_free_request(struct TCP_Server_Info *server, const int flags, in wait_for_free_request()
648 wait_for_compound_request(struct TCP_Server_Info *server, int num, in wait_for_compound_request()
[all …]
Dconnect.c296 static int reconn_set_ipaddr(struct TCP_Server_Info *server) in reconn_set_ipaddr()
332 static inline int reconn_set_ipaddr(struct TCP_Server_Info *server) in reconn_set_ipaddr()
340 static void reconn_set_next_dfs_target(struct TCP_Server_Info *server, in reconn_set_next_dfs_target()
390 cifs_reconnect(struct TCP_Server_Info *server) in cifs_reconnect()
583 struct TCP_Server_Info *server = container_of(work, in cifs_echo_request() local
618 allocate_buffers(struct TCP_Server_Info *server) in allocate_buffers()
651 server_unresponsive(struct TCP_Server_Info *server) in server_unresponsive()
678 zero_credits(struct TCP_Server_Info *server) in zero_credits()
693 cifs_readv_from_socket(struct TCP_Server_Info *server, struct msghdr *smb_msg) in cifs_readv_from_socket()
748 cifs_read_from_socket(struct TCP_Server_Info *server, char *buf, in cifs_read_from_socket()
[all …]
Dcifsencrypt.c41 struct TCP_Server_Info *server, char *signature, in __cifs_calc_signature()
113 struct TCP_Server_Info *server, char *signature) in cifs_calc_signature()
143 int cifs_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server, in cifs_sign_rqst()
182 int cifs_sign_smbv(struct kvec *iov, int n_vec, struct TCP_Server_Info *server, in cifs_sign_smbv()
192 int cifs_sign_smb(struct smb_hdr *cifs_pdu, struct TCP_Server_Info *server, in cifs_sign_smb()
207 struct TCP_Server_Info *server, in cifs_verify_signature()
504 wchar_t *server; in calc_ntlmv2_hash() local
805 cifs_crypto_secmech_release(struct TCP_Server_Info *server) in cifs_crypto_secmech_release()
Dsmb2pdu.c102 struct TCP_Server_Info *server) in smb2_hdr_assemble()
157 struct TCP_Server_Info *server) in smb2_reconnect()
343 struct TCP_Server_Info *server, in fill_small_buf()
369 struct TCP_Server_Info *server, in __smb2_plain_req_init()
396 struct TCP_Server_Info *server, in smb2_plain_req_init()
410 struct TCP_Server_Info *server, in smb2_ioctl_req_init()
510 struct TCP_Server_Info *server, unsigned int *total_len) in assemble_neg_contexts()
579 static void decode_compress_ctx(struct TCP_Server_Info *server, in decode_compress_ctx()
600 static int decode_encrypt_ctx(struct TCP_Server_Info *server, in decode_encrypt_ctx()
648 struct TCP_Server_Info *server, in smb311_decode_neg_context()
[all …]
/kernel/linux/linux-4.19/fs/nfs/
Ddelegation.c311 struct nfs_server *server) in nfs_detach_delegation()
325 struct nfs_server *server = NFS_SERVER(inode); in nfs_inode_detach_delegation() local
360 struct nfs_server *server = NFS_SERVER(inode); in nfs_inode_set_delegation() local
503 struct nfs_server *server; in nfs_client_return_marked_delegations() local
642 static void nfs_mark_return_if_closed_delegation(struct nfs_server *server, in nfs_mark_return_if_closed_delegation()
649 static void nfs_mark_return_delegation(struct nfs_server *server, in nfs_mark_return_delegation()
656 static bool nfs_server_mark_return_all_delegations(struct nfs_server *server) in nfs_server_mark_return_all_delegations()
670 struct nfs_server *server; in nfs_client_mark_return_all_delegations() local
700 void nfs_server_return_all_delegations(struct nfs_server *server) in nfs_server_return_all_delegations()
718 static void nfs_mark_return_unused_delegation_types(struct nfs_server *server, in nfs_mark_return_unused_delegation_types()
[all …]
Dclient.c219 static void pnfs_init_server(struct nfs_server *server) in pnfs_init_server()
233 static void pnfs_init_server(struct nfs_server *server) in pnfs_init_server()
544 static void nfs_destroy_server(struct nfs_server *server) in nfs_destroy_server()
553 static int nfs_start_lockd(struct nfs_server *server) in nfs_start_lockd()
594 int nfs_init_server_rpcclient(struct nfs_server *server, in nfs_init_server_rpcclient()
653 static int nfs_init_server(struct nfs_server *server, in nfs_init_server()
734 static void nfs_server_set_fsinfo(struct nfs_server *server, in nfs_server_set_fsinfo()
788 int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr) in nfs_probe_fsinfo()
843 void nfs_server_insert_lists(struct nfs_server *server) in nfs_server_insert_lists()
857 void nfs_server_remove_lists(struct nfs_server *server) in nfs_server_remove_lists()
[all …]
Dnfs3client.c24 static void nfs_init_server_aclclient(struct nfs_server *server) in nfs_init_server_aclclient()
41 static inline void nfs_init_server_aclclient(struct nfs_server *server) in nfs_init_server_aclclient()
51 struct nfs_server *server = nfs_create_server(mount_info, nfs_mod); in nfs3_create_server() local
63 struct nfs_server *server = nfs_clone_server(source, fh, fattr, flavor); in nfs3_clone_server() local
Dnfs4proc.c137 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
153 nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
362 static void nfs4_test_and_free_stateid(struct nfs_server *server, in nfs4_test_and_free_stateid()
371 static void __nfs4_free_revoked_stateid(struct nfs_server *server, in __nfs4_free_revoked_stateid()
379 static void nfs4_free_revoked_stateid(struct nfs_server *server, in nfs4_free_revoked_stateid()
419 static int nfs4_do_handle_exception(struct nfs_server *server, in nfs4_do_handle_exception()
542 int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exceptio… in nfs4_handle_exception()
566 nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_exception()
600 nfs4_async_handle_error(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_error()
639 static void renew_lease(const struct nfs_server *server, unsigned long timestamp) in renew_lease()
[all …]
Dnfs42proc.c26 struct nfs_server *server = NFS_SERVER(inode); in _nfs42_proc_fallocate() local
62 struct nfs_server *server = NFS_SERVER(file_inode(filep)); in nfs42_proc_fallocate() local
135 struct nfs_server *server, in handle_async_copy()
233 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs42_proc_copy() local
310 struct nfs_server *server = NFS_SERVER(file_inode(dst)); in nfs42_proc_copy() local
478 struct nfs_server *server = NFS_SERVER(inode); in _nfs42_proc_llseek() local
506 struct nfs_server *server = NFS_SERVER(file_inode(filep)); in nfs42_proc_llseek() local
539 struct nfs_server *server = NFS_SERVER(inode); in nfs42_layoutstat_prepare() local
642 int nfs42_proc_layoutstats_generic(struct nfs_server *server, in nfs42_proc_layoutstats_generic()
679 struct nfs_server *server = NFS_SERVER(dst_inode); in _nfs42_proc_clone() local
[all …]
/kernel/linux/linux-4.19/fs/cifs/
Dsmb2transport.c44 smb2_crypto_shash_allocate(struct TCP_Server_Info *server) in smb2_crypto_shash_allocate()
52 smb3_crypto_shash_allocate(struct TCP_Server_Info *server) in smb3_crypto_shash_allocate()
74 smb311_crypto_shash_allocate(struct TCP_Server_Info *server) in smb311_crypto_shash_allocate()
102 smb2_find_smb_ses_unlocked(struct TCP_Server_Info *server, __u64 ses_id) in smb2_find_smb_ses_unlocked()
116 smb2_find_smb_ses(struct TCP_Server_Info *server, __u64 ses_id) in smb2_find_smb_ses()
148 smb2_find_smb_tcon(struct TCP_Server_Info *server, __u64 ses_id, __u32 tid) in smb2_find_smb_tcon()
166 smb2_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_calc_signature()
426 smb3_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb3_calc_signature()
493 smb2_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_sign_rqst()
514 smb2_verify_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_verify_signature()
[all …]
Dtransport.c53 AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in AllocMidQEntry()
162 smb_send_kvec(struct TCP_Server_Info *server, struct msghdr *smb_msg, in smb_send_kvec()
231 smb_rqst_len(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb_rqst_len()
275 __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in __smb_send_rqst()
391 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in smb_send_rqst()
437 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send()
453 wait_for_free_credits(struct TCP_Server_Info *server, const int timeout, in wait_for_free_credits()
501 wait_for_free_request(struct TCP_Server_Info *server, const int timeout, in wait_for_free_request()
514 cifs_wait_mtu_credits(struct TCP_Server_Info *server, unsigned int size, in cifs_wait_mtu_credits()
558 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response()
[all …]
Dconnect.c329 static int reconn_set_ipaddr(struct TCP_Server_Info *server) in reconn_set_ipaddr()
365 static inline int reconn_set_ipaddr(struct TCP_Server_Info *server) in reconn_set_ipaddr()
380 cifs_reconnect(struct TCP_Server_Info *server) in cifs_reconnect()
498 struct TCP_Server_Info *server = container_of(work, in cifs_echo_request() local
533 allocate_buffers(struct TCP_Server_Info *server) in allocate_buffers()
566 server_unresponsive(struct TCP_Server_Info *server) in server_unresponsive()
593 zero_credits(struct TCP_Server_Info *server) in zero_credits()
608 cifs_readv_from_socket(struct TCP_Server_Info *server, struct msghdr *smb_msg) in cifs_readv_from_socket()
663 cifs_read_from_socket(struct TCP_Server_Info *server, char *buf, in cifs_read_from_socket()
674 cifs_read_page_from_socket(struct TCP_Server_Info *server, struct page *page, in cifs_read_page_from_socket()
[all …]
/kernel/linux/linux-5.10/fs/nfs/
Ddelegation.c78 static void nfs_mark_return_delegation(struct nfs_server *server, in nfs_mark_return_delegation()
364 struct nfs_server *server) in nfs_detach_delegation()
378 struct nfs_server *server = NFS_SERVER(inode); in nfs_inode_detach_delegation() local
435 struct nfs_server *server = NFS_SERVER(inode); in nfs_inode_set_delegation() local
576 static int nfs_server_return_marked_delegations(struct nfs_server *server, in nfs_server_return_marked_delegations()
649 static bool nfs_server_clear_delayed_delegations(struct nfs_server *server) in nfs_server_clear_delayed_delegations()
666 struct nfs_server *server; in nfs_client_clear_delayed_delegations() local
808 static void nfs_mark_return_if_closed_delegation(struct nfs_server *server, in nfs_mark_return_if_closed_delegation()
815 static bool nfs_server_mark_return_all_delegations(struct nfs_server *server) in nfs_server_mark_return_all_delegations()
829 struct nfs_server *server; in nfs_client_mark_return_all_delegations() local
[all …]
Dclient.c215 static void pnfs_init_server(struct nfs_server *server) in pnfs_init_server()
229 static void pnfs_init_server(struct nfs_server *server) in pnfs_init_server()
552 static void nfs_destroy_server(struct nfs_server *server) in nfs_destroy_server()
561 static int nfs_start_lockd(struct nfs_server *server) in nfs_start_lockd()
605 int nfs_init_server_rpcclient(struct nfs_server *server, in nfs_init_server_rpcclient()
666 static int nfs_init_server(struct nfs_server *server, in nfs_init_server()
750 static void nfs_server_set_fsinfo(struct nfs_server *server, in nfs_server_set_fsinfo()
821 int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr) in nfs_probe_fsinfo()
876 void nfs_server_insert_lists(struct nfs_server *server) in nfs_server_insert_lists()
890 void nfs_server_remove_lists(struct nfs_server *server) in nfs_server_remove_lists()
[all …]
Dnfs3client.c25 static void nfs_init_server_aclclient(struct nfs_server *server) in nfs_init_server_aclclient()
42 static inline void nfs_init_server_aclclient(struct nfs_server *server) in nfs_init_server_aclclient()
51 struct nfs_server *server = nfs_create_server(fc); in nfs3_create_server() local
64 struct nfs_server *server = nfs_clone_server(source, fh, fattr, flavor); in nfs3_clone_server() local
Dsuper.c177 struct nfs_server *server = NFS_SB(sb); in nfs_sb_active() local
189 struct nfs_server *server = NFS_SB(sb); in nfs_sb_deactive() local
200 struct nfs_server *server, *last = NULL; in __nfs_list_for_each_server() local
236 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_statfs() local
536 static void show_lease(struct seq_file *m, struct nfs_server *server) in show_lease()
547 static void show_sessions(struct seq_file *m, struct nfs_server *server) in show_sessions()
553 static void show_sessions(struct seq_file *m, struct nfs_server *server) {} in show_sessions()
558 static void show_pnfs(struct seq_file *m, struct nfs_server *server) in show_pnfs()
579 static void show_pnfs(struct seq_file *m, struct nfs_server *server) in show_pnfs()
713 struct nfs_server *server; in nfs_umount_begin() local
[all …]
Dnfs4proc.c146 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
162 nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
372 static void nfs4_test_and_free_stateid(struct nfs_server *server, in nfs4_test_and_free_stateid()
381 static void __nfs4_free_revoked_stateid(struct nfs_server *server, in __nfs4_free_revoked_stateid()
389 static void nfs4_free_revoked_stateid(struct nfs_server *server, in nfs4_free_revoked_stateid()
460 static int nfs4_do_handle_exception(struct nfs_server *server, in nfs4_do_handle_exception()
583 int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exceptio… in nfs4_handle_exception()
610 nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_exception()
646 nfs4_async_handle_error(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_error()
685 static void renew_lease(const struct nfs_server *server, unsigned long timestamp) in renew_lease()
[all …]
/kernel/linux/linux-4.19/arch/powerpc/sysdev/xics/
Dics-opal.c34 static int ics_opal_mangle_server(int server) in ics_opal_mangle_server()
40 static int ics_opal_unmangle_server(int server) in ics_opal_unmangle_server()
50 int server; in ics_opal_unmask_irq() local
86 int server = ics_opal_mangle_server(xics_default_server); in ics_opal_mask_real_irq() local
116 int16_t server; in ics_opal_set_affinity() local
185 __be16 server; in ics_opal_map() local
205 __be16 server; in ics_opal_mask_unknown() local
219 __be16 server; in ics_opal_get_server() local
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xics/
Dics-opal.c30 static int ics_opal_mangle_server(int server) in ics_opal_mangle_server()
36 static int ics_opal_unmangle_server(int server) in ics_opal_unmangle_server()
46 int server; in ics_opal_unmask_irq() local
82 int server = ics_opal_mangle_server(xics_default_server); in ics_opal_mask_real_irq() local
112 int16_t server; in ics_opal_set_affinity() local
181 __be16 server; in ics_opal_map() local
201 __be16 server; in ics_opal_mask_unknown() local
215 __be16 server; in ics_opal_get_server() local
/kernel/linux/linux-4.19/fs/afs/
Dserver.c38 struct afs_server *server = NULL; in afs_find_server() local
101 struct afs_server *server = NULL; in afs_find_server_by_uuid() local
149 struct afs_server *server; in afs_install_server() local
211 struct afs_server *server; in afs_alloc_server() local
288 struct afs_server *server, *candidate; in afs_lookup_server() local
345 void afs_put_server(struct afs_net *net, struct afs_server *server) in afs_put_server()
366 struct afs_server *server = container_of(rcu, struct afs_server, rcu); in afs_server_rcu() local
375 static void afs_destroy_server(struct afs_net *net, struct afs_server *server) in afs_destroy_server()
399 struct afs_server *server; in afs_gc_servers() local
450 struct afs_server *server = in afs_manage_servers() local
[all …]
Dcallback.c26 static struct afs_cb_interest *afs_create_interest(struct afs_server *server, in afs_create_interest()
94 struct afs_server *server = entry->server; in afs_register_server_cb_interest() local
204 void afs_init_callback_state(struct afs_server *server) in afs_init_callback_state()
237 static void afs_break_one_callback(struct afs_server *server, in afs_break_one_callback()
296 void afs_break_callbacks(struct afs_server *server, size_t count, in afs_break_callbacks()

123456789