Home
last modified time | relevance | path

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

12345

/linux/fs/afs/
H A Dserver.c26 struct afs_server *server = (struct afs_server *)rxrpc_kernel_get_peer_data(peer); in afs_find_server() local
39 struct afs_server *server; in afs_find_server_by_uuid() local
72 struct afs_server *server; in afs_install_server() local
115 struct afs_server *server; in afs_alloc_server() local
152 static struct afs_addr_list *afs_vl_lookup_addrs(struct afs_server *server, in afs_vl_lookup_addrs()
182 struct afs_server *server, *candidate = NULL; in afs_lookup_server() local
288 static void afs_set_server_timer(struct afs_server *server, unsigned int delay_secs) in afs_set_server_timer()
296 struct afs_server *afs_get_server(struct afs_server *server, in afs_get_server()
312 struct afs_server *afs_use_server(struct afs_server *server, bool activate, in afs_use_server()
331 void afs_put_server(struct afs_net *net, struct afs_server *server, in afs_put_server()
[all …]
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/smb/client/
H A Dtransport.c34 cifs_wake_up_task(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_wake_up_task()
41 void __release_mid(struct TCP_Server_Info *server, struct mid_q_entry *midEntry) in __release_mid()
119 delete_mid(struct TCP_Server_Info *server, struct mid_q_entry *mid) in delete_mid()
142 smb_send_kvec(struct TCP_Server_Info *server, struct msghdr *smb_msg, in smb_send_kvec()
214 smb_rqst_len(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb_rqst_len()
238 int __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in __smb_send_rqst()
386 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in smb_send_rqst()
424 wait_for_free_credits(struct TCP_Server_Info *server, const int num_credits, in wait_for_free_credits()
577 int wait_for_free_request(struct TCP_Server_Info *server, const int flags, in wait_for_free_request()
585 wait_for_compound_request(struct TCP_Server_Info *server, int num, in wait_for_compound_request()
[all …]
H A Dconnect.c75 reconn_set_ipaddr_from_hostname(struct TCP_Server_Info * server) reconn_set_ipaddr_from_hostname() argument
109 struct TCP_Server_Info *server = tcon->ses->server; smb2_query_server_interfaces() local
129 set_need_reco(server) global() argument
147 cifs_signal_cifsd_for_reconnect(struct TCP_Server_Info * server,bool all_channels) cifs_signal_cifsd_for_reconnect() argument
202 cifs_mark_tcp_ses_conns_for_reconnect(struct TCP_Server_Info * server,bool mark_smb_session) cifs_mark_tcp_ses_conns_for_reconnect() argument
296 cifs_abort_connection(struct TCP_Server_Info * server) cifs_abort_connection() argument
347 cifs_tcp_ses_needs_reconnect(struct TCP_Server_Info * server,int num_targets) cifs_tcp_ses_needs_reconnect() argument
380 __cifs_reconnect(struct TCP_Server_Info * server,bool mark_smb_session,bool once) __cifs_reconnect() argument
444 __reconnect_target_locked(struct TCP_Server_Info * server,const char * target) __reconnect_target_locked() argument
478 reconnect_target_locked(struct TCP_Server_Info * server,struct dfs_cache_tgt_list * tl,struct dfs_cache_tgt_iterator ** target_hint) reconnect_target_locked() argument
511 reconnect_dfs_server(struct TCP_Server_Info * server) reconnect_dfs_server() argument
586 _cifs_reconnect(struct TCP_Server_Info * server,bool mark_smb_session,bool once) _cifs_reconnect() argument
594 _cifs_reconnect(struct TCP_Server_Info * server,bool mark_smb_session,bool once) _cifs_reconnect() argument
601 cifs_reconnect(struct TCP_Server_Info * server,bool mark_smb_session) cifs_reconnect() argument
607 cifs_reconnect_once(struct TCP_Server_Info * server) cifs_reconnect_once() argument
616 struct TCP_Server_Info *server = container_of(work, cifs_echo_request() local
642 allocate_buffers(struct TCP_Server_Info * server) allocate_buffers() argument
675 server_unresponsive(struct TCP_Server_Info * server) server_unresponsive() argument
717 zero_credits(struct TCP_Server_Info * server) zero_credits() argument
732 cifs_readv_from_socket(struct TCP_Server_Info * server,struct msghdr * smb_msg) cifs_readv_from_socket() argument
789 cifs_read_from_socket(struct TCP_Server_Info * server,char * buf,unsigned int to_read) cifs_read_from_socket() argument
801 cifs_discard_from_socket(struct TCP_Server_Info * server,size_t to_read) cifs_discard_from_socket() argument
816 cifs_read_iter_from_socket(struct TCP_Server_Info * server,struct iov_iter * iter,unsigned int to_read) cifs_read_iter_from_socket() argument
826 is_smb_response(struct TCP_Server_Info * server,unsigned char type) is_smb_response() argument
953 dequeue_mid(struct TCP_Server_Info * server,struct mid_q_entry * mid,bool malformed) dequeue_mid() argument
978 smb2_get_credits_from_hdr(char * buffer,struct TCP_Server_Info * server) smb2_get_credits_from_hdr() argument
992 handle_mid(struct mid_q_entry * mid,struct TCP_Server_Info * server,char * buf,int malformed) handle_mid() argument
1013 cifs_enable_signing(struct TCP_Server_Info * server,bool mnt_sign_required) cifs_enable_signing() argument
1059 clean_demultiplex_info(struct TCP_Server_Info * server) clean_demultiplex_info() argument
1153 standard_receive3(struct TCP_Server_Info * server,struct mid_q_entry * mid) standard_receive3() argument
1187 cifs_handle_standard(struct TCP_Server_Info * server,struct mid_q_entry * mid) cifs_handle_standard() argument
1224 smb2_add_credits_from_hdr(char * buffer,struct TCP_Server_Info * server) smb2_add_credits_from_hdr() argument
1257 struct TCP_Server_Info *server = p; cifs_demultiplex_thread() local
1539 match_port(struct TCP_Server_Info * server,struct sockaddr * addr) match_port() argument
1572 match_server_address(struct TCP_Server_Info * server,struct sockaddr * addr) match_server_address() argument
1581 match_security(struct TCP_Server_Info * server,struct smb3_fs_context * ctx) match_security() argument
1604 match_server(struct TCP_Server_Info * server,struct smb3_fs_context * ctx,bool match_super) match_server() argument
1669 struct TCP_Server_Info *server; cifs_find_tcp_session() local
1695 cifs_put_tcp_session(struct TCP_Server_Info * server,int from_reconnect) cifs_put_tcp_session() argument
1933 struct TCP_Server_Info *server = ses->server; match_session() local
2028 struct TCP_Server_Info *server = ses->server; cifs_setup_ipc() local
2070 cifs_find_smb_ses(struct TCP_Server_Info * server,struct smb3_fs_context * ctx) cifs_find_smb_ses() argument
2099 struct TCP_Server_Info *server = ses->server; __cifs_put_smb_ses() local
2184 struct TCP_Server_Info *server = ses->server; cifs_set_cifscreds() local
2335 cifs_get_smb_ses(struct TCP_Server_Info * server,struct smb3_fs_context * ctx) cifs_get_smb_ses() argument
2538 struct TCP_Server_Info *server = tcon->ses->server; match_tcon() local
3101 bind_socket(struct TCP_Server_Info * server) bind_socket() argument
3130 smb_recv_kvec(struct TCP_Server_Info * server,struct msghdr * msg,size_t * recv) smb_recv_kvec() argument
3168 ip_rfc1001_connect(struct TCP_Server_Info * server) ip_rfc1001_connect() argument
3328 generic_ip_connect(struct TCP_Server_Info * server) generic_ip_connect() argument
3443 ip_connect(struct TCP_Server_Info * server) ip_connect() argument
3548 struct TCP_Server_Info *server = NULL; cifs_mount_get_session() local
3595 struct TCP_Server_Info *server; cifs_mount_get_tcon() local
3712 cifs_are_all_path_components_accessible(struct TCP_Server_Info * server,unsigned int xid,struct cifs_tcon * tcon,struct cifs_sb_info * cifs_sb,char * full_path,int added_treename) cifs_are_all_path_components_accessible() argument
3767 struct TCP_Server_Info *server = mnt_ctx->server; cifs_is_path_remote() local
4005 cifs_negotiate_protocol(const unsigned int xid,struct cifs_ses * ses,struct TCP_Server_Info * server) cifs_negotiate_protocol() argument
4061 cifs_setup_session(const unsigned int xid,struct cifs_ses * ses,struct TCP_Server_Info * server,struct nls_table * nls_info) cifs_setup_session() argument
[all...]
H A Dsmb2transport.c33 int smb3_get_sign_key(__u64 ses_id, struct TCP_Server_Info *server, u8 *key) in smb3_get_sign_key()
102 smb2_find_smb_ses_unlocked(struct TCP_Server_Info *server, __u64 ses_id) in smb2_find_smb_ses_unlocked()
127 static int smb2_get_sign_key(struct TCP_Server_Info *server, in smb2_get_sign_key()
189 smb2_find_smb_tcon(struct TCP_Server_Info *server, __u64 ses_id, __u32 tid) in smb2_find_smb_tcon()
209 smb2_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb2_calc_signature()
264 struct TCP_Server_Info *server = ses->server; in generate_key() local
301 struct TCP_Server_Info *server, in generate_smb3signingkey()
404 struct TCP_Server_Info *server) in generate_smb30signingkey()
433 struct TCP_Server_Info *server) in generate_smb311signingkey()
461 smb3_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server) in smb3_calc_signature()
[all …]
H A Dsmbdirect.h11 #define cifs_rdma_enabled(server) ((server)->rdma) argument
57 #define cifs_rdma_enabled(server) 0 argument
60 struct TCP_Server_Info *server, struct sockaddr *dstaddr) {return NULL;} in smbd_get_connection()
61 static inline int smbd_reconnect(struct TCP_Server_Info *server) {return -1; } in smbd_reconnect()
62 static inline void smbd_destroy(struct TCP_Server_Info *server) {} in smbd_destroy()
64 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {r… in smbd_send()
H A Dsmb2pdu.c96 struct TCP_Server_Info *server) in smb2_hdr_assemble() argument
169 cifs_chan_skip_or_disable(struct cifs_ses * ses,struct TCP_Server_Info * server,bool from_reconnect,bool disable_mchan) cifs_chan_skip_or_disable() argument
226 smb3_update_ses_channels(struct cifs_ses * ses,struct TCP_Server_Info * server,bool from_reconnect,bool disable_mchan) smb3_update_ses_channels() argument
250 smb2_reconnect(__le16 smb2_command,struct cifs_tcon * tcon,struct TCP_Server_Info * server,bool from_reconnect) smb2_reconnect() argument
528 fill_small_buf(__le16 smb2_command,struct cifs_tcon * tcon,struct TCP_Server_Info * server,void * buf,unsigned int * total_len) fill_small_buf() argument
554 __smb2_plain_req_init(__le16 smb2_command,struct cifs_tcon * tcon,struct TCP_Server_Info * server,void ** request_buf,unsigned int * total_len) __smb2_plain_req_init() argument
586 smb2_plain_req_init(__le16 smb2_command,struct cifs_tcon * tcon,struct TCP_Server_Info * server,void ** request_buf,unsigned int * total_len) smb2_plain_req_init() argument
600 smb2_ioctl_req_init(u32 opcode,struct cifs_tcon * tcon,struct TCP_Server_Info * server,void ** request_buf,unsigned int * total_len) smb2_ioctl_req_init() argument
728 assemble_neg_contexts(struct smb2_negotiate_req * req,struct TCP_Server_Info * server,unsigned int * total_len) assemble_neg_contexts() argument
826 decode_compress_ctx(struct TCP_Server_Info * server,struct smb2_compression_capabilities_context * ctxt) decode_compress_ctx() argument
861 decode_encrypt_ctx(struct TCP_Server_Info * server,struct smb2_encryption_neg_context * ctxt) decode_encrypt_ctx() argument
913 decode_signing_ctx(struct TCP_Server_Info * server,struct smb2_signing_capabilities * pctxt) decode_signing_ctx() argument
944 smb311_decode_neg_context(struct smb2_negotiate_rsp * rsp,struct TCP_Server_Info * server,unsigned int len_of_smb) smb311_decode_neg_context() argument
1078 SMB2_negotiate(const unsigned int xid,struct cifs_ses * ses,struct TCP_Server_Info * server) SMB2_negotiate() argument
1334 struct TCP_Server_Info *server = tcon->ses->server; smb3_validate_negotiate() local
1481 smb2_select_sectype(struct TCP_Server_Info * server,enum securityEnum requested) smb2_select_sectype() argument
1505 struct TCP_Server_Info *server; global() member
1527 struct TCP_Server_Info *server = sess_data->server; SMB2_sess_alloc_buffer() local
1655 struct TCP_Server_Info *server = sess_data->server; SMB2_sess_establish_session() local
1683 struct TCP_Server_Info *server = sess_data->server; SMB2_auth_kerberos() local
1787 struct TCP_Server_Info *server = sess_data->server; SMB2_sess_auth_rawntlmssp_negotiate() local
1879 struct TCP_Server_Info *server = sess_data->server; SMB2_sess_auth_rawntlmssp_authenticate() local
1957 struct TCP_Server_Info *server = sess_data->server; SMB2_select_sec() local
1983 SMB2_sess_setup(const unsigned int xid,struct cifs_ses * ses,struct TCP_Server_Info * server,const struct nls_table * nls_cp) SMB2_sess_setup() argument
2034 struct TCP_Server_Info *server; SMB2_logoff() local
2119 struct TCP_Server_Info *server = cifs_pick_channel(ses); SMB2_tcon() local
2252 struct TCP_Server_Info *server = cifs_pick_channel(ses); SMB2_tdis() local
2398 smb2_parse_contexts(struct TCP_Server_Info * server,struct kvec * rsp_iov,__u16 * epoch,char * lease_key,__u8 * oplock,struct smb2_file_all_info * buf,struct create_posix_rsp * posix) smb2_parse_contexts() argument
2478 add_lease_context(struct TCP_Server_Info * server,struct smb2_create_req * req,struct kvec * iov,unsigned int * num_iovec,u8 * lease_key,__u8 * oplock,u8 * parent_lease_key,__le32 flags) add_lease_context() argument
2914 struct TCP_Server_Info *server; smb311_posix_mkdir() local
3082 SMB2_open_init(struct cifs_tcon * tcon,struct TCP_Server_Info * server,struct smb_rqst * rqst,__u8 * oplock,struct cifs_open_parms * oparms,__le16 * path) SMB2_open_init() argument
3273 struct TCP_Server_Info *server; SMB2_open() local
3377 SMB2_ioctl_init(struct cifs_tcon * tcon,struct TCP_Server_Info * server,struct smb_rqst * rqst,u64 persistent_fid,u64 volatile_fid,u32 opcode,char * in_data,u32 indatalen,__u32 max_response_size) SMB2_ioctl_init() argument
3491 struct TCP_Server_Info *server; SMB2_ioctl() local
3650 SMB2_close_init(struct cifs_tcon * tcon,struct TCP_Server_Info * server,struct smb_rqst * rqst,u64 persistent_fid,u64 volatile_fid,bool query_attrs) SMB2_close_init() argument
3691 struct TCP_Server_Info *server; __SMB2_close() local
3841 SMB2_query_info_init(struct cifs_tcon * tcon,struct TCP_Server_Info * server,struct smb_rqst * rqst,u64 persistent_fid,u64 volatile_fid,u8 info_class,u8 info_type,u32 additional_info,size_t output_len,size_t input_len,void * input) SMB2_query_info_init() argument
3902 struct TCP_Server_Info *server; query_info() local
4036 SMB2_notify_init(const unsigned int xid,struct smb_rqst * rqst,struct cifs_tcon * tcon,struct TCP_Server_Info * server,u64 persistent_fid,u64 volatile_fid,u32 completion_filter,bool watch_tree) SMB2_notify_init() argument
4074 struct TCP_Server_Info *server; SMB2_change_notify() local
4175 smb2_echo_callback(struct TCP_Server_Info * server,struct mid_q_entry * mid) smb2_echo_callback() argument
4190 cifs_renegotiate_iosize(struct TCP_Server_Info * server,struct cifs_tcon * tcon) cifs_renegotiate_iosize() argument
4206 struct TCP_Server_Info *server = container_of(work, smb2_reconnect_server() local
4341 SMB2_echo(struct TCP_Server_Info * server) SMB2_echo() argument
4390 SMB2_flush_init(const unsigned int xid,struct smb_rqst * rqst,struct cifs_tcon * tcon,struct TCP_Server_Info * server,u64 persistent_fid,u64 volatile_fid) SMB2_flush_init() argument
4420 struct TCP_Server_Info *server; SMB2_flush() local
4482 struct TCP_Server_Info *server = io_parms->server; smb3_use_rdma_offload() local
4521 struct TCP_Server_Info *server = io_parms->server; smb2_new_read_req() local
4605 smb2_readv_callback(struct TCP_Server_Info * server,struct mid_q_entry * mid) smb2_readv_callback() argument
4766 struct TCP_Server_Info *server; smb2_async_readv() local
4944 smb2_writev_callback(struct TCP_Server_Info * server,struct mid_q_entry * mid) smb2_writev_callback() argument
5083 struct TCP_Server_Info *server = wdata->server; smb2_async_writev() local
5274 struct TCP_Server_Info *server; SMB2_write() local
5515 SMB2_query_directory_init(const unsigned int xid,struct cifs_tcon * tcon,struct TCP_Server_Info * server,struct smb_rqst * rqst,u64 persistent_fid,u64 volatile_fid,int index,int info_level) SMB2_query_directory_init() argument
5680 struct TCP_Server_Info *server; SMB2_query_directory() local
5757 SMB2_set_info_init(struct cifs_tcon * tcon,struct TCP_Server_Info * server,struct smb_rqst * rqst,u64 persistent_fid,u64 volatile_fid,u32 pid,u8 info_class,u8 info_type,u32 additional_info,void ** data,unsigned int * size) SMB2_set_info_init() argument
5819 struct TCP_Server_Info *server; send_set_info() local
5932 struct TCP_Server_Info *server; SMB2_oplock_break() local
6023 build_qfs_info_req(struct kvec * iov,struct cifs_tcon * tcon,struct TCP_Server_Info * server,int level,int outbuf_len,u64 persistent_fid,u64 volatile_fid) build_qfs_info_req() argument
6072 struct TCP_Server_Info *server; SMB311_posix_qfs_info() local
6141 struct TCP_Server_Info *server; SMB2_QFS_attr() local
6247 struct TCP_Server_Info *server; smb2_lockv() local
6354 struct TCP_Server_Info *server = cifs_pick_channel(tcon->ses); SMB2_lease_break() local
[all...]
H A Dsmb1session.c22 struct TCP_Server_Info *server; member
40 struct TCP_Server_Info *server, in cifs_ssetup_hdr()
371 struct TCP_Server_Info *server = sess_data->server; in sess_establish_session() local
425 struct TCP_Server_Info *server = sess_data->server; in sess_auth_ntlmv2() local
535 struct TCP_Server_Info *server = sess_data->server; in sess_auth_kerberos() local
676 struct TCP_Server_Info *server = sess_data->server; in _sess_auth_rawntlmssp_assemble_req() local
716 struct TCP_Server_Info *server = sess_data->server; in sess_auth_rawntlmssp_negotiate() local
822 struct TCP_Server_Info *server = sess_data->server; in sess_auth_rawntlmssp_authenticate() local
928 struct TCP_Server_Info *server = sess_data->server; in select_sec() local
961 struct TCP_Server_Info *server, in CIFS_SessSetup()
H A Dsmb1transport.c37 alloc_mid(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in alloc_mid()
105 cifs_setup_async_request(struct TCP_Server_Info *server, struct smb_rqst *rqst) in cifs_setup_async_request()
156 cifs_check_receive(struct mid_q_entry *mid, struct TCP_Server_Info *server, in cifs_check_receive()
191 cifs_setup_request(struct cifs_ses *ses, struct TCP_Server_Info *server, in cifs_setup_request()
228 struct TCP_Server_Info *server; in SendReceive() local
414 cifs_check_trans2(struct mid_q_entry *mid, struct TCP_Server_Info *server, in cifs_check_trans2()
477 struct TCP_Server_Info *server) in checkSMB()
H A Dsmb1ops.c141 send_nt_cancel(struct cifs_ses *ses, struct TCP_Server_Info *server, in send_nt_cancel() argument
188 send_lock_cancel(struct cifs_ses * ses,struct TCP_Server_Info * server,struct smb_rqst * rqst,struct mid_q_entry * mid,unsigned int xid) send_lock_cancel() argument
214 cifs_send_cancel(struct cifs_ses * ses,struct TCP_Server_Info * server,struct smb_rqst * rqst,struct mid_q_entry * mid,unsigned int xid) cifs_send_cancel() argument
247 cifs_find_mid(struct TCP_Server_Info * server,char * buffer) cifs_find_mid() argument
267 cifs_add_credits(struct TCP_Server_Info * server,struct cifs_credits * credits,const int optype) cifs_add_credits() argument
278 cifs_set_credits(struct TCP_Server_Info * server,const int val) cifs_set_credits() argument
287 cifs_get_credits_field(struct TCP_Server_Info * server,const int optype) cifs_get_credits_field() argument
320 cifs_get_next_mid(struct TCP_Server_Info * server) cifs_get_next_mid() argument
396 cifs_downgrade_oplock(struct TCP_Server_Info * server,struct cifsInodeInfo * cinode,__u32 oplock,__u16 epoch,bool * purge_cache) cifs_downgrade_oplock() argument
405 cifs_need_neg(struct TCP_Server_Info * server) cifs_need_neg() argument
413 cifs_negotiate(const unsigned int xid,struct cifs_ses * ses,struct TCP_Server_Info * server) cifs_negotiate() argument
424 struct TCP_Server_Info *server = tcon->ses->server; smb1_negotiate_wsize() local
459 struct TCP_Server_Info *server = tcon->ses->server; smb1_negotiate_rsize() local
1274 cifs_can_echo(struct TCP_Server_Info * server) cifs_can_echo() argument
1346 cifs_is_network_name_deleted(char * buf,struct TCP_Server_Info * server) cifs_is_network_name_deleted() argument
[all...]
H A Dsmb2ops.c36 change_conf(struct TCP_Server_Info *server) in change_conf() argument
69 smb2_add_credits(struct TCP_Server_Info * server,struct cifs_credits * credits,const int optype) smb2_add_credits() argument
196 smb2_set_credits(struct TCP_Server_Info * server,const int val) smb2_set_credits() argument
227 smb2_get_credits_field(struct TCP_Server_Info * server,const int optype) smb2_get_credits_field() argument
246 smb2_wait_mtu_credits(struct TCP_Server_Info * server,size_t size,size_t * num,struct cifs_credits * credits) smb2_wait_mtu_credits() argument
311 smb2_adjust_credits(struct TCP_Server_Info * server,struct cifs_io_subrequest * subreq,unsigned int trace) smb2_adjust_credits() argument
384 smb2_get_next_mid(struct TCP_Server_Info * server) smb2_get_next_mid() argument
395 smb2_revert_current_mid(struct TCP_Server_Info * server,const unsigned int val) smb2_revert_current_mid() argument
404 __smb2_find_mid(struct TCP_Server_Info * server,char * buf,bool dequeue) __smb2_find_mid() argument
434 smb2_find_mid(struct TCP_Server_Info * server,char * buf) smb2_find_mid() argument
440 smb2_find_dequeue_mid(struct TCP_Server_Info * server,char * buf) smb2_find_dequeue_mid() argument
446 smb2_dump_detail(void * buf,size_t buf_len,struct TCP_Server_Info * server) smb2_dump_detail() argument
462 smb2_need_neg(struct TCP_Server_Info * server) smb2_need_neg() argument
470 smb2_negotiate(const unsigned int xid,struct cifs_ses * ses,struct TCP_Server_Info * server) smb2_negotiate() argument
495 struct TCP_Server_Info *server = tcon->ses->server; smb2_negotiate_wsize() local
510 struct TCP_Server_Info *server = tcon->ses->server; smb3_negotiate_wsize() local
545 struct TCP_Server_Info *server = tcon->ses->server; smb2_negotiate_rsize() local
561 struct TCP_Server_Info *server = tcon->ses->server; smb3_negotiate_rsize() local
1188 struct TCP_Server_Info *server; smb2_set_ea() local
1369 smb2_can_echo(struct TCP_Server_Info * server) smb2_can_echo() argument
1482 struct TCP_Server_Info *server = tlink_tcon(cfile->tlink)->ses->server; smb2_set_fid() local
1587 struct TCP_Server_Info *server; smb2_ioctl_query_info() local
2469 struct TCP_Server_Info *server; smb2_query_dir_first() local
2615 smb2_is_status_pending(char * buf,struct TCP_Server_Info * server) smb2_is_status_pending() argument
2671 smb2_is_network_name_deleted(char * buf,struct TCP_Server_Info * server) smb2_is_network_name_deleted() argument
2721 smb2_set_replay(struct TCP_Server_Info * server,struct smb_rqst * rqst) smb2_set_replay() argument
2756 struct TCP_Server_Info *server = ses->server; smb2_set_next_command() local
2837 struct TCP_Server_Info *server; smb2_query_info_compound() local
4081 smb2_downgrade_oplock(struct TCP_Server_Info * server,struct cifsInodeInfo * cinode,__u32 oplock,__u16 epoch,bool * purge_cache) smb2_downgrade_oplock() argument
4094 smb3_downgrade_oplock(struct TCP_Server_Info * server,struct cifsInodeInfo * cinode,__u32 oplock,__u16 epoch,bool * purge_cache) smb3_downgrade_oplock() argument
4435 smb2_get_enc_key(struct TCP_Server_Info * server,__u64 ses_id,int enc,u8 * key) smb2_get_enc_key() argument
4470 crypt_message(struct TCP_Server_Info * server,int num_rqst,struct smb_rqst * rqst,int enc,struct crypto_aead * tfm) crypt_message() argument
4586 smb3_init_transform_rq(struct TCP_Server_Info * server,int num_rqst,struct smb_rqst * new_rq,struct smb_rqst * old_rq) smb3_init_transform_rq() argument
4645 decrypt_raw_data(struct TCP_Server_Info * server,char * buf,unsigned int buf_data_size,struct iov_iter * iter,bool is_offloaded) decrypt_raw_data() argument
4740 handle_read_data(struct TCP_Server_Info * server,struct mid_q_entry * mid,char * buf,unsigned int buf_len,struct folio_queue * buffer,unsigned int buffer_len,bool is_offloaded) handle_read_data() argument
4890 struct TCP_Server_Info *server; global() member
4961 receive_encrypted_read(struct TCP_Server_Info * server,struct mid_q_entry ** mid,int * num_mids) receive_encrypted_read() argument
5073 receive_encrypted_standard(struct TCP_Server_Info * server,struct mid_q_entry ** mids,char ** bufs,int * num_mids) receive_encrypted_standard() argument
5172 smb3_receive_transform(struct TCP_Server_Info * server,struct mid_q_entry ** mids,char ** bufs,int * num_mids) smb3_receive_transform() argument
5203 smb3_handle_read_data(struct TCP_Server_Info * server,struct mid_q_entry * mid) smb3_handle_read_data() argument
5211 smb2_next_header(struct TCP_Server_Info * server,char * buf,unsigned int * noff) smb2_next_header() argument
5234 struct TCP_Server_Info *server = tcon->ses->server; __cifs_sfu_make_node() local
[all...]
/linux/fs/nfs/
H A Ddelegation.c38 static struct hlist_head *nfs_delegation_hash(struct nfs_server *server, in nfs_delegation_hash() argument
52 static void nfs_mark_delegation_revoked(struct nfs_server *server, in nfs_mark_delegation_revoked() argument
92 static void nfs_mark_return_delegation(struct nfs_server *server, in nfs_mark_return_delegation() argument
376 nfs_detach_delegation(struct nfs_inode * nfsi,struct nfs_delegation * delegation,struct nfs_server * server) nfs_detach_delegation() argument
404 nfs_update_inplace_delegation(struct nfs_server * server,struct nfs_delegation * delegation,const struct nfs_delegation * update) nfs_update_inplace_delegation() argument
438 struct nfs_server *server = NFS_SERVER(inode); nfs_inode_set_delegation() local
553 struct nfs_server *server = NFS_SERVER(inode); nfs_end_delegation_return() local
598 nfs_return_one_delegation(struct nfs_server * server) nfs_return_one_delegation() argument
640 nfs_server_return_marked_delegations(struct nfs_server * server,void __always_unused * data) nfs_server_return_marked_delegations() argument
650 nfs_delegations_over_limit(struct nfs_server * server) nfs_delegations_over_limit() argument
657 nfs_delegations_return_from_lru(struct nfs_server * server) nfs_delegations_return_from_lru() argument
690 nfs_delegation_add_lru(struct nfs_server * server,struct nfs_delegation * delegation) nfs_delegation_add_lru() argument
704 nfs_server_clear_delayed_delegations(struct nfs_server * server) nfs_server_clear_delayed_delegations() argument
724 struct nfs_server *server; nfs_client_clear_delayed_delegations() local
775 struct nfs_server *server = NFS_SERVER(inode); nfs_inode_evict_delegation() local
866 struct nfs_server *server = NFS_SERVER(inode); nfs4_inode_return_delegation_on_close() local
915 nfs_mark_return_if_closed_delegation(struct nfs_server * server,struct nfs_delegation * delegation) nfs_mark_return_if_closed_delegation() argument
935 nfs_server_mark_return_all_delegations(struct nfs_server * server) nfs_server_mark_return_all_delegations() argument
960 struct nfs_server *server; nfs_expire_all_delegations() local
975 nfs_server_return_all_delegations(struct nfs_server * server) nfs_server_return_all_delegations() argument
993 nfs_mark_return_unused_delegation_types(struct nfs_server * server,fmode_t flags) nfs_mark_return_unused_delegation_types() argument
1008 struct nfs_server *server; nfs_expire_unused_delegation_types() local
1112 nfs_mark_return_unreferenced_delegations(struct nfs_server * server) nfs_mark_return_unreferenced_delegations() argument
1136 struct nfs_server *server; nfs_expire_unreferenced_delegations() local
1160 struct nfs_server *server = NFS_SERVER(inode); nfs_async_inode_return_delegation() local
1185 nfs_delegation_find_inode_server(struct nfs_server * server,const struct nfs_fh * fhandle) nfs_delegation_find_inode_server() argument
1228 struct nfs_server *server; nfs_delegation_find_inode() local
1243 nfs_delegation_mark_reclaim_server(struct nfs_server * server) nfs_delegation_mark_reclaim_server() argument
1265 struct nfs_server *server; nfs_delegation_mark_reclaim() local
1273 nfs_server_reap_unclaimed_delegations(struct nfs_server * server,void __always_unused * data) nfs_server_reap_unclaimed_delegations() argument
1326 nfs_mark_test_expired_delegation(struct nfs_server * server,struct nfs_delegation * delegation) nfs_mark_test_expired_delegation() argument
1337 nfs_inode_mark_test_expired_delegation(struct nfs_server * server,struct inode * inode) nfs_inode_mark_test_expired_delegation() argument
1350 nfs_delegation_mark_test_expired_server(struct nfs_server * server) nfs_delegation_mark_test_expired_server() argument
1367 struct nfs_server *server; nfs_mark_test_expired_all_delegations() local
1392 struct nfs_server *server = NFS_SERVER(inode); nfs_delegation_test_free_expired() local
1403 nfs_server_reap_expired_delegations(struct nfs_server * server,void __always_unused * data) nfs_server_reap_expired_delegations() argument
1496 struct nfs_server *server; nfs_delegations_present() local
1599 nfs4_delegation_hash_alloc(struct nfs_server * server) nfs4_delegation_hash_alloc() argument
[all...]
H A Dsysfs.c242 struct nfs_server *server; in shutdown_nfs_client() local
259 struct nfs_server *server = container_of(kobj, struct nfs_server, kobj); in shutdown_show() local
268 struct nfs_server *server; in shutdown_store() local
304 struct nfs_server *server = container_of(kobj, struct nfs_server, kobj); in implid_domain_show() local
319 struct nfs_server *server = container_of(kobj, struct nfs_server, kobj); in implid_name_show() local
333 void nfs_sysfs_link_rpc_client(struct nfs_server *server, in nfs_sysfs_link_rpc_client()
370 static void nfs_sysfs_add_nfsv41_server(struct nfs_server *server) in nfs_sysfs_add_nfsv41_server()
390 static inline void nfs_sysfs_add_nfsv41_server(struct nfs_server *server) in nfs_sysfs_add_nfsv41_server()
401 struct nfs_server *server = container_of(kobj, struct nfs_server, kobj); in localio_show() local
408 static void nfs_sysfs_add_nfs_localio_server(struct nfs_server *server) in nfs_sysfs_add_nfs_localio_server()
[all …]
H A Dclient.c222 static void pnfs_init_server(struct nfs_server *server) in pnfs_init_server() argument
236 static void pnfs_init_server(struct nfs_server *server) in pnfs_init_server() argument
580 static void nfs_destroy_server(struct nfs_server *server) in nfs_destroy_server() argument
589 static int nfs_start_lockd(struct nfs_server *server) in nfs_start_lockd() argument
634 nfs_init_server_rpcclient(struct nfs_server * server,const struct rpc_timeout * timeo,rpc_authflavor_t pseudoflavour) nfs_init_server_rpcclient() argument
693 nfs4_server_set_init_caps(struct nfs_server * server) nfs4_server_set_init_caps() argument
713 nfs_server_set_init_caps(struct nfs_server * server) nfs_server_set_init_caps() argument
734 nfs_init_server(struct nfs_server * server,const struct fs_context * fc) nfs_init_server() argument
842 nfs_server_set_fsinfo(struct nfs_server * server,struct nfs_fsinfo * fsinfo) nfs_server_set_fsinfo() argument
915 nfs_probe_fsinfo(struct nfs_server * server,struct nfs_fh * mntfh,struct nfs_fattr * fattr) nfs_probe_fsinfo() argument
964 nfs_probe_server(struct nfs_server * server,struct nfs_fh * mntfh) nfs_probe_server() argument
1005 nfs_server_insert_lists(struct nfs_server * server) nfs_server_insert_lists() argument
1019 nfs_server_remove_lists(struct nfs_server * server) nfs_server_remove_lists() argument
1045 struct nfs_server *server; nfs_alloc_server() local
1097 struct nfs_server *server = container_of(p, struct nfs_server, rcu); delayed_free() local
1106 nfs_free_server(struct nfs_server * server) nfs_free_server() argument
1139 struct nfs_server *server; nfs_create_server() local
1209 struct nfs_server *server; nfs_clone_server() local
1425 struct nfs_server *server; nfs_volume_list_show() local
[all...]
H A Dnfs4proc.c152 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask() argument
168 nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask() argument
410 static void nfs4_test_and_free_stateid(struct nfs_server *server, in nfs4_test_and_free_stateid() argument
419 __nfs4_free_revoked_stateid(struct nfs_server * server,nfs4_stateid * stateid,const struct cred * cred) __nfs4_free_revoked_stateid() argument
427 nfs4_free_revoked_stateid(struct nfs_server * server,const nfs4_stateid * stateid,const struct cred * cred) nfs4_free_revoked_stateid() argument
503 nfs4_do_handle_exception(struct nfs_server * server,int errorcode,struct nfs4_exception * exception) nfs4_do_handle_exception() argument
627 nfs4_exception_should_retrans(const struct nfs_server * server,struct nfs4_exception * exception) nfs4_exception_should_retrans() argument
640 nfs4_handle_exception(struct nfs_server * server,int errorcode,struct nfs4_exception * exception) nfs4_handle_exception() argument
672 nfs4_async_handle_exception(struct rpc_task * task,struct nfs_server * server,int errorcode,struct nfs4_exception * exception) nfs4_async_handle_exception() argument
722 nfs4_async_handle_error(struct rpc_task * task,struct nfs_server * server,struct nfs4_state * state,long * timeout) nfs4_async_handle_error() argument
761 renew_lease(const struct nfs_server * server,unsigned long timestamp) renew_lease() argument
1133 nfs4_do_call_sync(struct rpc_clnt * clnt,struct nfs_server * server,struct rpc_message * msg,struct nfs4_sequence_args * args,struct nfs4_sequence_res * res,unsigned short task_flags) nfs4_do_call_sync() argument
1157 nfs4_call_sync_sequence(struct rpc_clnt * clnt,struct nfs_server * server,struct rpc_message * msg,struct nfs4_sequence_args * args,struct nfs4_sequence_res * res) nfs4_call_sync_sequence() argument
1171 nfs4_call_sync(struct rpc_clnt * clnt,struct nfs_server * server,struct rpc_message * msg,struct nfs4_sequence_args * args,struct nfs4_sequence_res * res,int cache_reply) nfs4_call_sync() argument
1267 nfs4_clear_cap_atomic_open_v1(struct nfs_server * server,int err,struct nfs4_exception * exception) nfs4_clear_cap_atomic_open_v1() argument
1310 nfs4_map_atomic_open_share(struct nfs_server * server,fmode_t fmode,int openflags) nfs4_map_atomic_open_share() argument
1332 nfs4_map_atomic_open_claim(struct nfs_server * server,enum open_claim_type4 claim) nfs4_map_atomic_open_claim() argument
1368 struct nfs_server *server = NFS_SERVER(dir); nfs4_opendata_alloc() local
1830 struct nfs_server *server = NFS_SERVER(state->inode); update_open_stateid() local
2170 struct nfs_server *server = NFS_SB(opendata->dentry->d_sb); nfs4_open_recover_helper() local
2263 struct nfs_server *server = NFS_SERVER(state->inode); nfs4_do_open_reclaim() local
2293 nfs4_handle_delegation_recall_error(struct nfs_server * server,struct nfs4_state * state,const nfs4_stateid * stateid,struct file_lock * fl,int err) nfs4_handle_delegation_recall_error() argument
2351 struct nfs_server *server = NFS_SERVER(state->inode); nfs4_open_delegation_recall() local
2433 struct nfs_server *server = NFS_SERVER(d_inode(data->dir)); _nfs4_proc_open_confirm() local
2598 struct nfs_server *server = NFS_SERVER(dir); nfs4_run_open_task() local
2714 struct nfs_server *server = NFS_SERVER(dir); _nfs4_proc_open() local
2788 struct nfs_server *server = NFS_SERVER(state->inode); nfs4_do_open_expired() local
2830 nfs41_test_and_free_expired_stateid(struct nfs_server * server,nfs4_stateid * stateid,const struct cred * cred) nfs41_test_and_free_expired_stateid() argument
2863 struct nfs_server *server = NFS_SERVER(state->inode); nfs41_check_delegation_stateid() local
2928 struct nfs_server *server = NFS_SERVER(state->inode); nfs41_check_expired_locks() local
2978 struct nfs_server *server = NFS_SERVER(state->inode); nfs41_check_open_stateid() local
3060 struct nfs_server *server = sp->so_server; _nfs4_open_and_get_state() local
3144 struct nfs_server *server = NFS_SERVER(dir); _nfs4_do_open() local
3241 struct nfs_server *server = NFS_SERVER(dir); nfs4_do_open() local
3314 struct nfs_server *server = NFS_SERVER(inode); _nfs4_do_setattr() local
3371 struct nfs_server *server = NFS_SERVER(inode); nfs4_do_setattr() local
3572 struct nfs_server *server = NFS_SERVER(calldata->inode); nfs4_close_done() local
3649 struct nfs_server *server = NFS_SERVER(inode); nfs4_close_prepare() local
3752 struct nfs_server *server = NFS_SERVER(state->inode); nfs4_do_close() local
3874 _nfs4_server_capabilities(struct nfs_server * server,struct nfs_fh * fhandle) _nfs4_server_capabilities() argument
4007 nfs4_server_capabilities(struct nfs_server * server,struct nfs_fh * fhandle) nfs4_server_capabilities() argument
4024 test_fs_location_for_trunking(struct nfs4_fs_location * location,struct nfs_client * clp,struct nfs_server * server) test_fs_location_for_trunking() argument
4089 _nfs4_discover_trunking(struct nfs_server * server,struct nfs_fh * fhandle) _nfs4_discover_trunking() argument
4140 nfs4_discover_trunking(struct nfs_server * server,struct nfs_fh * fhandle) nfs4_discover_trunking() argument
4160 _nfs4_lookup_root(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fattr * fattr) _nfs4_lookup_root() argument
4185 nfs4_lookup_root(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fattr * fattr) nfs4_lookup_root() argument
4207 nfs4_lookup_root_sec(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fattr * fattr,rpc_authflavor_t flavor) nfs4_lookup_root_sec() argument
4231 nfs4_find_root_sec(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fattr * fattr) nfs4_find_root_sec() argument
4287 nfs4_proc_get_rootfh(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fattr * fattr,bool auth_probe) nfs4_proc_get_rootfh() argument
4302 nfs4_proc_get_root(struct nfs_server * server,struct nfs_fh * mntfh,struct nfs_fsinfo * info) nfs4_proc_get_root() argument
4411 _nfs4_proc_getattr(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fattr * fattr,struct inode * inode) _nfs4_proc_getattr() argument
4486 nfs4_proc_getattr(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fattr * fattr,struct inode * inode) nfs4_proc_getattr() argument
4574 struct nfs_server *server = NFS_SERVER(dir); _nfs4_proc_lookup() local
4697 struct nfs_server *server = NFS_SERVER(inode); _nfs4_proc_lookupp() local
4751 struct nfs_server *server = NFS_SERVER(inode); _nfs4_proc_access() local
4864 struct nfs_server *server = NFS_SERVER(dir); nfs4_proc_create() local
4894 struct nfs_server *server = NFS_SERVER(dir); _nfs4_proc_remove() local
4968 struct nfs_server *server = NFS_SB(dentry->d_sb); nfs4_proc_unlink_setup() local
5014 struct nfs_server *server = NFS_SB(old_dentry->d_sb); nfs4_proc_rename_setup() local
5074 struct nfs_server *server = NFS_SERVER(inode); _nfs4_proc_link() local
5144 struct nfs_server *server = NFS_SERVER(dir); nfs4_alloc_createdata() local
5290 struct nfs_server *server = NFS_SERVER(dir); nfs4_proc_mkdir() local
5319 struct nfs_server *server = NFS_SERVER(dir); _nfs4_proc_readdir() local
5412 struct nfs_server *server = NFS_SERVER(dir); nfs4_proc_mknod() local
5435 _nfs4_proc_statfs(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fsstat * fsstat) _nfs4_proc_statfs() argument
5455 nfs4_proc_statfs(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fsstat * fsstat) nfs4_proc_statfs() argument
5469 _nfs4_do_fsinfo(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fsinfo * fsinfo) _nfs4_do_fsinfo() argument
5488 nfs4_do_fsinfo(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fsinfo * fsinfo) nfs4_do_fsinfo() argument
5507 nfs4_proc_fsinfo(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fsinfo * fsinfo) nfs4_proc_fsinfo() argument
5522 _nfs4_proc_pathconf(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_pathconf * pathconf) _nfs4_proc_pathconf() argument
5548 nfs4_proc_pathconf(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_pathconf * pathconf) nfs4_proc_pathconf() argument
5603 struct nfs_server *server = NFS_SERVER(hdr->inode); nfs4_read_done_cb() local
5644 struct nfs_server *server = NFS_SERVER(hdr->inode); nfs4_read_plus_not_supported() local
5787 struct nfs_server *server = NFS_SERVER(inode); nfs4_bitmask_set() local
5823 struct nfs_server *server = NFS_SERVER(hdr->inode); nfs4_proc_write_setup() local
5877 struct nfs_server *server = NFS_SERVER(data->inode); nfs4_proc_commit_setup() local
5893 struct nfs_server *server = NFS_SERVER(dst_inode); _nfs4_proc_commit() local
5923 nfs4_server_supports_acls(const struct nfs_server * server,enum nfs4_acl_type type) nfs4_server_supports_acls() argument
6076 struct nfs_server *server = NFS_SERVER(inode); __nfs4_get_acl_uncached() local
6156 struct nfs_server *server = NFS_SERVER(inode); nfs4_proc_get_acl() local
6179 struct nfs_server *server = NFS_SERVER(inode); __nfs4_proc_set_acl() local
6259 struct nfs_server *server = NFS_SERVER(inode); _nfs4_get_security_label() local
6317 struct nfs_server *server = NFS_SERVER(inode); _nfs4_do_set_security_label() local
6817 struct nfs_server *server = NFS_SERVER(inode); _nfs4_proc_delegreturn() local
6904 struct nfs_server *server = NFS_SERVER(inode); nfs4_proc_delegreturn() local
6925 struct nfs_server *server = NFS_SERVER(inode); _nfs4_proc_getlk() local
7023 struct nfs_server *server; global() member
7260 struct nfs_server *server; global() member
7269 struct nfs_server *server = NFS_SERVER(inode); nfs4_alloc_lockdata() local
7421 nfs4_handle_setlk_error(struct nfs_server * server,struct nfs4_lock_state * lsp,int new_lock_owner,int error) nfs4_handle_setlk_error() argument
7495 struct nfs_server *server = NFS_SERVER(state->inode); nfs4_lock_reclaim() local
7515 struct nfs_server *server = NFS_SERVER(state->inode); nfs4_lock_expired() local
7666 struct nfs_server *server = NFS_SERVER(state->inode); nfs4_retry_setlk() local
7793 struct nfs_server *server = NFS_SERVER(state->inode); nfs4_lock_delegation_recall() local
8058 struct nfs_server *server = NFS_SERVER(dir); _nfs4_proc_fs_locations() local
8125 _nfs41_proc_get_locations(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs4_fs_locations * locations,struct page * page,const struct cred * cred) _nfs41_proc_get_locations() argument
8195 nfs4_proc_get_locations(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs4_fs_locations * locations,struct page * page,const struct cred * cred) nfs4_proc_get_locations() argument
8233 struct nfs_server *server = NFS_SERVER(inode); _nfs41_proc_fsid_present() local
8278 struct nfs_server *server = NFS_SERVER(inode); nfs4_proc_fsid_present() local
9575 struct nfs_server *server = NFS_SERVER(lgp->args.inode); nfs4_layoutget_prepare() local
9593 struct nfs_server *server = NFS_SERVER(inode); nfs4_layoutget_handle_exception() local
9681 max_response_pages(struct nfs_server * server) max_response_pages() argument
9706 struct nfs_server *server = NFS_SERVER(inode); nfs4_proc_layoutget() local
9776 struct nfs_server *server; nfs4_layoutreturn_done() local
9916 _nfs4_proc_getdeviceinfo(struct nfs_server * server,struct pnfs_device * pdev,const struct cred * cred) _nfs4_proc_getdeviceinfo() argument
9949 nfs4_proc_getdeviceinfo(struct nfs_server * server,struct pnfs_device * pdev,const struct cred * cred) nfs4_proc_getdeviceinfo() argument
9968 struct nfs_server *server = NFS_SERVER(data->args.inode); nfs4_layoutcommit_prepare() local
9980 struct nfs_server *server = NFS_SERVER(data->args.inode); nfs4_layoutcommit_done() local
10070 _nfs41_proc_secinfo_no_name(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs4_secinfo_flavors * flavors,bool use_integrity) _nfs41_proc_secinfo_no_name() argument
10118 nfs41_proc_secinfo_no_name(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs4_secinfo_flavors * flavors) nfs41_proc_secinfo_no_name() argument
10158 nfs41_find_root_sec(struct nfs_server * server,struct nfs_fh * fhandle,struct nfs_fattr * fattr) nfs41_find_root_sec() argument
10225 _nfs41_test_stateid(struct nfs_server * server,const nfs4_stateid * stateid,const struct cred * cred) _nfs41_test_stateid() argument
10257 nfs4_handle_delay_or_session_error(struct nfs_server * server,int err,struct nfs4_exception * exception) nfs4_handle_delay_or_session_error() argument
10286 nfs41_test_stateid(struct nfs_server * server,const nfs4_stateid * stateid,const struct cred * cred) nfs41_test_stateid() argument
10302 struct nfs_server *server; global() member
10354 nfs41_free_stateid(struct nfs_server * server,nfs4_stateid * stateid,const struct cred * cred,bool privileged) nfs41_free_stateid() argument
10401 nfs41_free_lock_state(struct nfs_server * server,struct nfs4_lock_state * lsp) nfs41_free_lock_state() argument
10633 struct nfs_server *server; nfs4_clone_server() local
[all...]
H A Dsuper.c196 struct nfs_server *server = NFS_SB(sb); in nfs_sb_active() local
208 struct nfs_server *server = NFS_SB(sb); in nfs_sb_deactive() local
216 int (*fn)(struct nfs_server *server, void *data), void *data) in nfs_client_for_each_server() argument
218 struct nfs_server *server, *last = NULL; in nfs_client_for_each_server() local
248 struct nfs_server *server = NFS_SB(dentry->d_sb); nfs_statfs() local
582 show_lease(struct seq_file * m,struct nfs_server * server) show_lease() argument
593 show_sessions(struct seq_file * m,struct nfs_server * server) show_sessions() argument
599 show_pnfs(struct seq_file * m,struct nfs_server * server) show_pnfs() argument
738 struct nfs_server *server; nfs_umount_begin() local
900 struct nfs_server *server = ERR_PTR(-EACCES); nfs_try_mount_request() local
1070 struct nfs_server *server = NFS_SB(sb); nfs_fill_super() local
1156 struct nfs_server *server = fc->s_fs_info; nfs_set_super() local
1235 struct nfs_server *server = fc->s_fs_info, *old = NFS_SB(sb); nfs_compare_super() local
1297 struct nfs_server *server = ctx->server; nfs_get_tree_common() local
1366 struct nfs_server *server = NFS_SB(s); nfs_kill_super() local
[all...]
H A Dnfs4state.c160 nfs4_get_renew_cred_server_locked(struct nfs_server *server) in nfs4_get_renew_cred_server_locked()
188 struct nfs_server *server; in nfs4_get_renew_cred() local
355 nfs4_find_state_owner_locked(struct nfs_server *server, const struct cred *cred) in nfs4_find_state_owner_locked()
384 struct nfs_server *server = new->so_server; in nfs4_insert_state_owner_locked() local
414 struct nfs_server *server = sp->so_server; in nfs4_remove_state_owner_locked() local
443 nfs4_alloc_state_owner(struct nfs_server *server, in nfs4_alloc_state_owner()
486 static void nfs4_gc_state_owners(struct nfs_server *server) in nfs4_gc_state_owners()
519 struct nfs4_state_owner *nfs4_get_state_owner(struct nfs_server *server, in nfs4_get_state_owner()
558 struct nfs_server *server = sp->so_server; in nfs4_put_state_owner() local
580 void nfs4_purge_state_owners(struct nfs_server *server, struct list_head *head) in nfs4_purge_state_owners()
[all …]
H A Dnfs3client.c28 static void nfs_init_server_aclclient(struct nfs_server *server) in nfs_init_server_aclclient()
47 static inline void nfs_init_server_aclclient(struct nfs_server *server) in nfs_init_server_aclclient()
56 struct nfs_server *server = nfs_create_server(fc); in nfs3_create_server() local
69 struct nfs_server *server = nfs_clone_server(source, fh, fattr, flavor); in nfs3_clone_server() local
H A Dnfs40proc.c153 static int nfs40_test_and_free_expired_stateid(struct nfs_server *server, in nfs40_test_and_free_expired_stateid()
167 static int _nfs40_proc_get_locations(struct nfs_server *server, in _nfs40_proc_get_locations()
222 struct nfs_server *server = NFS_SERVER(inode); in _nfs40_proc_fsid_present() local
259 struct nfs_server *server; member
268 struct nfs_server *server = data->server; in nfs4_release_lockowner_prepare() local
278 struct nfs_server *server = data->server; in nfs4_release_lockowner_done() local
312 nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp) in nfs4_release_lockowner()
H A Dnfs42proc.c50 struct nfs_server *server = NFS_SERVER(inode); in _nfs42_proc_fallocate() local
105 struct nfs_server *server = NFS_SERVER(inode); nfs42_proc_fallocate() local
518 struct nfs_server *server = NFS_SERVER(file_inode(dst)); nfs42_proc_copy() local
687 _nfs42_proc_offload_status(struct nfs_server * server,struct file * file,struct nfs42_offload_data * data) _nfs42_proc_offload_status() argument
750 struct nfs_server *server = NFS_SERVER(inode); nfs42_proc_offload_status() local
881 struct nfs_server *server = NFS_SERVER(inode); _nfs42_proc_llseek() local
916 struct nfs_server *server = NFS_SERVER(file_inode(filep)); nfs42_proc_llseek() local
949 struct nfs_server *server = NFS_SERVER(inode); nfs42_layoutstat_prepare() local
1054 nfs42_proc_layoutstats_generic(struct nfs_server * server,struct nfs42_layoutstat_data * data) nfs42_proc_layoutstats_generic() argument
1118 struct nfs_server *server = NFS_SERVER(inode); nfs42_layouterror_prepare() local
1215 struct nfs_server *server = NFS_SERVER(inode); nfs42_proc_layouterror() local
1261 struct nfs_server *server = NFS_SERVER(dst_inode); _nfs42_proc_clone() local
1324 struct nfs_server *server = NFS_SERVER(file_inode(src_f)); nfs42_proc_clone() local
1375 struct nfs_server *server = NFS_SERVER(inode); _nfs42_proc_removexattr() local
1415 struct nfs_server *server = NFS_SERVER(inode); _nfs42_proc_setxattr() local
1477 struct nfs_server *server = NFS_SERVER(inode); _nfs42_proc_getxattr() local
1523 struct nfs_server *server = NFS_SERVER(inode); _nfs42_proc_listxattrs() local
[all...]
H A Dnfs4client.c632 static void nfs4_destroy_server(struct nfs_server *server) in nfs4_destroy_server()
722 static int nfs4_set_client(struct nfs_server *server, in nfs4_set_client()
858 void nfs4_session_limit_rwsize(struct nfs_server *server) in nfs4_session_limit_rwsize()
881 void nfs4_session_limit_xasize(struct nfs_server *server) in nfs4_session_limit_xasize()
908 static int nfs4_server_common_setup(struct nfs_server *server, in nfs4_server_common_setup()
957 static int nfs4_init_server(struct nfs_server *server, struct fs_context *fc) in nfs4_init_server()
1029 struct nfs_server *server; in nfs4_create_server() local
1077 struct nfs_server *server; in nfs4_create_referral_server() local
1143 int nfs4_update_server(struct nfs_server *server, const char *hostname, in nfs4_update_server()
/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/nfs/blocklayout/
H A Ddev.c294 bl_parse_simple(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_simple()
388 bl_parse_scsi(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_scsi()
444 bl_parse_slice(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_slice()
460 bl_parse_concat(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_concat()
489 bl_parse_stripe(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_stripe()
518 bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_deviceid()
541 bl_alloc_deviceid_node(struct nfs_server *server, struct pnfs_device *pdev, in bl_alloc_deviceid_node()

12345