Home
last modified time | relevance | path

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

1234

/linux/fs/smb/client/
H A Dconnect.c73 static int reconn_set_ipaddr_from_hostname(struct TCP_Server_Info *server) in reconn_set_ipaddr_from_hostname()
107 struct TCP_Server_Info *server = tcon->ses->server; in smb2_query_server_interfaces() local
127 #define set_need_reco(server) \ argument
145 cifs_signal_cifsd_for_reconnect(struct TCP_Server_Info *server, in cifs_signal_cifsd_for_reconnect()
200 cifs_mark_tcp_ses_conns_for_reconnect(struct TCP_Server_Info *server, in cifs_mark_tcp_ses_conns_for_reconnect()
294 cifs_abort_connection(struct TCP_Server_Info *server) in cifs_abort_connection()
349 static bool cifs_tcp_ses_needs_reconnect(struct TCP_Server_Info *server, int num_targets) in cifs_tcp_ses_needs_reconnect()
382 static int __cifs_reconnect(struct TCP_Server_Info *server, in __cifs_reconnect()
446 static int __reconnect_target_locked(struct TCP_Server_Info *server, in __reconnect_target_locked()
480 static int reconnect_target_locked(struct TCP_Server_Info *server, in reconnect_target_locked()
[all …]
H A Dtransport.c45 alloc_mid(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in alloc_mid()
90 struct TCP_Server_Info *server = midEntry->server; in __release_mid() local
183 smb_send_kvec(struct TCP_Server_Info *server, struct msghdr *smb_msg, in smb_send_kvec()
248 smb_rqst_len(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb_rqst_len()
273 __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in __smb_send_rqst()
422 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in smb_send_rqst()
460 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send()
476 wait_for_free_credits(struct TCP_Server_Info *server, const int num_credits, in wait_for_free_credits()
630 wait_for_free_request(struct TCP_Server_Info *server, const int flags, in wait_for_free_request()
638 wait_for_compound_request(struct TCP_Server_Info *server, int num, in wait_for_compound_request()
[all …]
H A Dsess.c49 struct TCP_Server_Info *server) in cifs_ses_get_chan_index()
71 struct TCP_Server_Info *server) in cifs_chan_set_in_reconnect()
83 struct TCP_Server_Info *server) in cifs_chan_clear_in_reconnect()
95 struct TCP_Server_Info *server) in cifs_chan_set_need_reconnect()
109 struct TCP_Server_Info *server) in cifs_chan_clear_need_reconnect()
123 struct TCP_Server_Info *server) in cifs_chan_needs_reconnect()
135 struct TCP_Server_Info *server) in cifs_chan_is_iface_active()
149 struct TCP_Server_Info *server = ses->server; in cifs_try_adding_channels() local
276 struct TCP_Server_Info *server; in cifs_disable_secondary_channels() local
327 cifs_chan_update_iface(struct cifs_ses *ses, struct TCP_Server_Info *server) in cifs_chan_update_iface()
[all …]
H A Dsmb2pdu.c97 struct TCP_Server_Info *server) in smb2_hdr_assemble()
170 struct TCP_Server_Info *server, in cifs_chan_skip_or_disable()
219 struct TCP_Server_Info *server, bool from_reconnect) in smb2_reconnect()
495 struct TCP_Server_Info *server, in fill_small_buf()
521 struct TCP_Server_Info *server, in __smb2_plain_req_init()
553 struct TCP_Server_Info *server, in smb2_plain_req_init()
567 struct TCP_Server_Info *server, in smb2_ioctl_req_init()
695 struct TCP_Server_Info *server, unsigned int *total_len) in assemble_neg_contexts()
793 static void decode_compress_ctx(struct TCP_Server_Info *server, in decode_compress_ctx()
828 static int decode_encrypt_ctx(struct TCP_Server_Info *server, in decode_encrypt_ctx()
[all …]
H A Dcifs_swn.h27 static inline bool cifs_swn_set_server_dstaddr(struct TCP_Server_Info *server) in cifs_swn_set_server_dstaddr()
36 static inline void cifs_swn_reset_server_dstaddr(struct TCP_Server_Info *server) in cifs_swn_reset_server_dstaddr()
48 static inline bool cifs_swn_set_server_dstaddr(struct TCP_Server_Info *server) { return false; } in cifs_swn_set_server_dstaddr()
49 static inline void cifs_swn_reset_server_dstaddr(struct TCP_Server_Info *server) {} in cifs_swn_reset_server_dstaddr()
H A Dcifsencrypt.c58 struct TCP_Server_Info *server, char *signature, in __cifs_calc_signature()
113 struct TCP_Server_Info *server, char *signature) in cifs_calc_signature()
141 int cifs_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server, in cifs_sign_rqst()
184 int cifs_sign_smbv(struct kvec *iov, int n_vec, struct TCP_Server_Info *server, in cifs_sign_smbv()
194 int cifs_sign_smb(struct smb_hdr *cifs_pdu, struct TCP_Server_Info *server, in cifs_sign_smb()
209 struct TCP_Server_Info *server, in cifs_verify_signature()
415 wchar_t *server; in calc_ntlmv2_hash() local
700 cifs_crypto_secmech_release(struct TCP_Server_Info *server) in cifs_crypto_secmech_release()
H A Dsmb1ops.c31 send_nt_cancel(struct TCP_Server_Info *server, struct smb_rqst *rqst, in send_nt_cancel()
92 cifs_find_mid(struct TCP_Server_Info *server, char *buffer) in cifs_find_mid()
112 cifs_add_credits(struct TCP_Server_Info *server, in cifs_add_credits()
123 cifs_set_credits(struct TCP_Server_Info *server, const int val) in cifs_set_credits()
132 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field()
165 cifs_get_next_mid(struct TCP_Server_Info *server) in cifs_get_next_mid()
380 cifs_downgrade_oplock(struct TCP_Server_Info *server, in cifs_downgrade_oplock()
388 cifs_check_trans2(struct mid_q_entry *mid, struct TCP_Server_Info *server, in cifs_check_trans2()
419 cifs_need_neg(struct TCP_Server_Info *server) in cifs_need_neg()
427 struct TCP_Server_Info *server) in cifs_negotiate()
[all …]
H A Dsmb2ops.c36 change_conf(struct TCP_Server_Info *server) in change_conf()
69 smb2_add_credits(struct TCP_Server_Info *server, in smb2_add_credits()
185 smb2_set_credits(struct TCP_Server_Info *server, const int val) in smb2_set_credits()
216 smb2_get_credits_field(struct TCP_Server_Info *server, const int optype) in smb2_get_credits_field()
235 smb2_wait_mtu_credits(struct TCP_Server_Info *server, size_t size, in smb2_wait_mtu_credits()
300 smb2_adjust_credits(struct TCP_Server_Info *server, in smb2_adjust_credits()
373 smb2_get_next_mid(struct TCP_Server_Info *server) in smb2_get_next_mid()
384 smb2_revert_current_mid(struct TCP_Server_Info *server, const unsigned int val) in smb2_revert_current_mid()
393 __smb2_find_mid(struct TCP_Server_Info *server, char *buf, bool dequeue) in __smb2_find_mid()
423 smb2_find_mid(struct TCP_Server_Info *server, char *buf) in smb2_find_mid()
[all …]
H A Dcifs_debug.c38 void cifs_dump_detail(void *buf, struct TCP_Server_Info *server) in cifs_dump_detail()
53 void cifs_dump_mids(struct TCP_Server_Info *server) in cifs_dump_mids()
139 struct TCP_Server_Info *server = chan->server; in cifs_dump_channel() local
237 struct TCP_Server_Info *server; in cifs_debug_files_proc_show() local
304 struct TCP_Server_Info *server; in cifs_debug_data_proc_show() local
659 struct TCP_Server_Info *server; in cifs_stats_proc_write() local
719 struct TCP_Server_Info *server; in cifs_stats_proc_show() local
H A Dfile.c53 struct TCP_Server_Info *server; in cifs_prepare_write() local
155 struct TCP_Server_Info *server; in cifs_prepare_read() local
207 struct TCP_Server_Info *server = rdata->server; in cifs_issue_read() local
541 struct TCP_Server_Info *server = tcon->ses->server; in cifs_nt_open() local
666 struct TCP_Server_Info *server = tcon->ses->server; in cifs_new_fileinfo() local
800 struct TCP_Server_Info *server = tcon->ses->server; in serverclose_work() local
860 struct TCP_Server_Info *server = tcon->ses->server; in _cifsFileInfo_put() local
913 struct TCP_Server_Info *server = tcon->ses->server; in _cifsFileInfo_put() local
954 struct TCP_Server_Info *server; in cifs_open() local
1166 struct TCP_Server_Info *server; in cifs_reopen_file() local
[all …]
H A Dasn1.c13 struct TCP_Server_Info *server) in decode_negTokenInit()
43 struct TCP_Server_Info *server = context; in cifs_neg_token_init_mech_type() local
H A Dinode.c437 struct TCP_Server_Info *server; in cifs_get_unix_fattr() local
976 struct TCP_Server_Info *server = tcon->ses->server; in cifs_get_file_info() local
1109 struct TCP_Server_Info *server = tcon->ses->server; in cifs_set_fattr_ino() local
1166 struct TCP_Server_Info *server = tcon->ses->server; in reparse_info_to_fattr() local
1268 struct TCP_Server_Info *server; in cifs_get_fattr() local
1455 struct TCP_Server_Info *server; in smb311_posix_get_fattr() local
1738 struct TCP_Server_Info *server; in cifs_set_file_info() local
1946 struct TCP_Server_Info *server; in cifs_unlink() local
2134 struct TCP_Server_Info *server = tcon->ses->server; local
2227 struct TCP_Server_Info *server; local
[all …]
H A Dsmbdirect.h11 #define cifs_rdma_enabled(server) ((server)->rdma) argument
250 #define cifs_rdma_enabled(server) 0 argument
253 struct TCP_Server_Info *server, struct sockaddr *dstaddr) {return NULL;} in smbd_get_connection()
254 static inline int smbd_reconnect(struct TCP_Server_Info *server) {return -1; } in smbd_reconnect()
255 static inline void smbd_destroy(struct TCP_Server_Info *server) {} in smbd_destroy()
257 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {r… in smbd_send()
/linux/arch/powerpc/sysdev/xics/
H A Dics-opal.c29 static int ics_opal_mangle_server(int server) in ics_opal_mangle_server()
35 static int ics_opal_unmangle_server(int server) in ics_opal_unmangle_server()
45 int server; in ics_opal_unmask_irq() local
70 int server = ics_opal_mangle_server(xics_default_server); in ics_opal_mask_real_irq() local
100 int16_t server; in ics_opal_set_affinity() local
155 __be16 server; in ics_opal_check() local
172 __be16 server; in ics_opal_mask_unknown() local
186 __be16 server; in ics_opal_get_server() local
/linux/fs/afs/
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() local
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() local
496 int afs_wait_for_one_fs_probe(struct afs_server *server, struct afs_endpoint_state *estate, in afs_wait_for_one_fs_probe()
H A 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
147 struct afs_vlserver *server, in afs_do_probe_vlserver()
207 struct afs_vlserver *server; in afs_send_vl_probes() local
232 struct afs_vlserver *server; in afs_wait_for_vl_probes() local
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()
/linux/fs/nfs/blocklayout/
H A Ddev.c293 bl_parse_simple(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_simple()
384 bl_parse_scsi(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_scsi()
438 bl_parse_slice(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_slice()
454 bl_parse_concat(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_concat()
483 bl_parse_stripe(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_stripe()
512 bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_deviceid()
535 bl_alloc_deviceid_node(struct nfs_server *server, struct pnfs_device *pdev, in bl_alloc_deviceid_node()
/linux/fs/nfs/
H A Dpnfs_dev.c97 nfs4_get_device_info(struct nfs_server *server, in nfs4_get_device_info()
170 __nfs4_find_get_deviceid(struct nfs_server *server, in __nfs4_find_get_deviceid()
185 nfs4_find_get_deviceid(struct nfs_server *server, in nfs4_find_get_deviceid()
251 nfs4_init_deviceid_node(struct nfs4_deviceid_node *d, struct nfs_server *server, in nfs4_init_deviceid_node()
H A Dnfs4idmap.c109 static bool nfs_fattr_map_owner_name(struct nfs_server *server, struct nfs_fattr *fattr) in nfs_fattr_map_owner_name()
123 static bool nfs_fattr_map_group_name(struct nfs_server *server, struct nfs_fattr *fattr) in nfs_fattr_map_group_name()
157 void nfs_fattr_map_and_free_names(struct nfs_server *server, struct nfs_fattr *fattr) in nfs_fattr_map_and_free_names()
745 int nfs_map_name_to_uid(const struct nfs_server *server, const char *name, size_t namelen, kuid_t *… in nfs_map_name_to_uid()
762 int nfs_map_group_to_gid(const struct nfs_server *server, const char *name, size_t namelen, kgid_t … in nfs_map_group_to_gid()
779 int nfs_map_uid_to_name(const struct nfs_server *server, kuid_t uid, char *buf, size_t buflen) in nfs_map_uid_to_name()
793 int nfs_map_gid_to_group(const struct nfs_server *server, kgid_t gid, char *buf, size_t buflen) in nfs_map_gid_to_group()
H A Diostat.h23 static inline void nfs_inc_server_stats(const struct nfs_server *server, in nfs_inc_server_stats()
35 static inline void nfs_add_server_stats(const struct nfs_server *server, in nfs_add_server_stats()
H A Dnamespace.c150 struct nfs_server *server = NFS_SB(path->dentry->d_sb); in nfs_d_automount() local
266 struct nfs_server *server; in nfs_do_submount() local
302 int nfs_submount(struct fs_context *fc, struct nfs_server *server) in nfs_submount()
H A Dnfs4namespace.c205 struct nfs_server *server, in nfs_find_best_sec()
451 int nfs4_submount(struct fs_context *fc, struct nfs_server *server) in nfs4_submount()
483 static int nfs4_try_replacing_one_location(struct nfs_server *server, in nfs4_try_replacing_one_location()
541 int nfs4_replace_transport(struct nfs_server *server, in nfs4_replace_transport()
H A Dpnfs.c161 set_pnfs_layoutdriver(struct nfs_server *server, const struct nfs_fh *mntfh, in set_pnfs_layoutdriver()
280 struct nfs_server *server = NFS_SERVER(lo->plh_inode); in pnfs_free_layout_hdr() local
726 struct nfs_server *server = NFS_SERVER(lo->plh_inode); in pnfs_mark_matching_lsegs_invalid() local
852 struct nfs_server *server, in pnfs_layout_bulk_destroy_byserver_locked()
929 struct nfs_server *server; in pnfs_layout_destroy_byfsid() local
952 struct nfs_server *server; in pnfs_layout_build_destroy_list_byclient() local
998 struct nfs_server *server; in pnfs_layout_build_recover_list_byclient() local
1017 struct nfs_server *server; in pnfs_layout_bulk_list_reboot() local
1120 struct nfs_server *server; in pnfs_find_server() local
1177 struct nfs_server *server = pnfs_find_server(ino, ctx); in pnfs_alloc_init_layoutget_args() local
[all …]
/linux/drivers/s390/block/
H A Ddasd_alias.c58 static struct alias_lcu *_find_lcu(struct alias_server *server, in _find_lcu()
99 struct alias_server *server; in _allocate_server() local
111 static void _free_server(struct alias_server *server) in _free_server()
183 struct alias_server *server, *newserver; in dasd_alias_make_device_known_to_lcu() local
241 struct alias_server *server; in dasd_alias_disconnect_device_from_lcu() local

1234