Home
last modified time | relevance | path

Searched defs:ses (Results 1 – 25 of 32) sorted by relevance

12

/linux/fs/smb/client/
H A Dsess.c30 bool is_ses_using_iface(struct cifs_ses *ses, struct cifs_server_iface *iface) in is_ses_using_iface()
48 cifs_ses_get_chan_index(struct cifs_ses *ses, in cifs_ses_get_chan_index()
70 cifs_chan_set_in_reconnect(struct cifs_ses *ses, in cifs_chan_set_in_reconnect()
82 cifs_chan_clear_in_reconnect(struct cifs_ses *ses, in cifs_chan_clear_in_reconnect()
94 cifs_chan_set_need_reconnect(struct cifs_ses *ses, in cifs_chan_set_need_reconnect()
108 cifs_chan_clear_need_reconnect(struct cifs_ses *ses, in cifs_chan_clear_need_reconnect()
122 cifs_chan_needs_reconnect(struct cifs_ses *ses, in cifs_chan_needs_reconnect()
134 cifs_chan_is_iface_active(struct cifs_ses *ses, in cifs_chan_is_iface_active()
147 int cifs_try_adding_channels(struct cifs_ses *ses) in cifs_try_adding_channels()
273 cifs_disable_secondary_channels(struct cifs_ses *ses) in cifs_disable_secondary_channels()
[all …]
H A Dsmb2transport.c81 struct cifs_ses *ses = NULL; in smb3_get_sign_key() local
149 struct cifs_ses *ses; in smb2_find_smb_ses_unlocked() local
174 struct cifs_ses *ses; in smb2_get_sign_key() local
209 smb2_find_smb_sess_tcon_unlocked(struct cifs_ses *ses, __u32 tid) in smb2_find_smb_sess_tcon_unlocked()
233 struct cifs_ses *ses; in smb2_find_smb_tcon() local
335 static int generate_key(struct cifs_ses *ses, struct kvec label, in generate_key()
428 generate_smb3signingkey(struct cifs_ses *ses, in generate_smb3signingkey()
527 generate_smb30signingkey(struct cifs_ses *ses, in generate_smb30signingkey()
556 generate_smb311signingkey(struct cifs_ses *ses, in generate_smb311signingkey()
800 smb2_get_mid_entry(struct cifs_ses *ses, struct TCP_Server_Info *server, in smb2_get_mid_entry()
[all …]
H A Dcifsencrypt.c273 build_avpair_blob(struct cifs_ses *ses, const struct nls_table *nls_cp) in build_avpair_blob()
322 #define av_for_each_entry(ses, av) \ argument
325 static struct ntlmssp2_name *find_next_av(struct cifs_ses *ses, in find_next_av()
355 static int find_av_name(struct cifs_ses *ses, u16 type, char **name, u16 maxlen) in find_av_name()
393 static __le64 find_timestamp(struct cifs_ses *ses) in find_timestamp()
407 static int calc_ntlmv2_hash(struct cifs_ses *ses, char *ntlmv2_hash, in calc_ntlmv2_hash()
493 CalcNTLMv2_response(const struct cifs_ses *ses, char *ntlmv2_hash, struct shash_desc *hmacmd5) in CalcNTLMv2_response()
539 static int set_auth_key_response(struct cifs_ses *ses) in set_auth_key_response()
587 setup_ntlmv2_rsp(struct cifs_ses *ses, const struct nls_table *nls_cp) in setup_ntlmv2_rsp()
712 calc_seckey(struct cifs_ses *ses) in calc_seckey()
H A Dcifstransport.c89 static int allocate_mid(struct cifs_ses *ses, struct smb_hdr *in_buf, in allocate_mid()
159 SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses, in SendReceiveNoRsp()
208 cifs_setup_request(struct cifs_ses *ses, struct TCP_Server_Info *ignored, in cifs_setup_request()
231 SendReceive2(const unsigned int xid, struct cifs_ses *ses, in SendReceive2()
270 SendReceive(const unsigned int xid, struct cifs_ses *ses, in SendReceive()
392 struct cifs_ses *ses = tcon->ses; in send_lock_cancel() local
416 struct cifs_ses *ses; in SendReceiveBlockingLock() local
H A Dconnect.c149 struct cifs_ses *ses; in cifs_signal_cifsd_for_reconnect() local
204 struct cifs_ses *ses, *nses; in cifs_mark_tcp_ses_conns_for_reconnect() local
1933 static int match_session(struct cifs_ses *ses, in match_session()
2025 cifs_setup_ipc(struct cifs_ses *ses, struct smb3_fs_context *ctx) in cifs_setup_ipc()
2082 struct cifs_ses *ses, *ret = NULL; in cifs_find_smb_ses() local
2107 void __cifs_put_smb_ses(struct cifs_ses *ses) in __cifs_put_smb_ses()
2188 cifs_set_cifscreds(struct smb3_fs_context *ctx, struct cifs_ses *ses) in cifs_set_cifscreds()
2330 struct cifs_ses *ses __attribute__((unused))) in cifs_set_cifscreds()
2350 struct cifs_ses *ses; in cifs_get_smb_ses() local
2573 cifs_find_tcon(struct cifs_ses *ses, struct smb3_fs_context *ctx) in cifs_find_tcon()
[all …]
H A Dsmb2pdu.c169 cifs_chan_skip_or_disable(struct cifs_ses *ses, in cifs_chan_skip_or_disable()
221 struct cifs_ses *ses; in smb2_reconnect() local
1045 struct cifs_ses *ses, in SMB2_negotiate()
1439 struct cifs_ses *ses; member
1461 struct cifs_ses *ses = sess_data->ses; in SMB2_sess_alloc_buffer() local
1589 struct cifs_ses *ses = sess_data->ses; in SMB2_sess_establish_session() local
1617 struct cifs_ses *ses = sess_data->ses; in SMB2_auth_kerberos() local
1712 struct cifs_ses *ses = sess_data->ses; in SMB2_sess_auth_rawntlmssp_negotiate() local
1804 struct cifs_ses *ses = sess_data->ses; in SMB2_sess_auth_rawntlmssp_authenticate() local
1882 struct cifs_ses *ses = sess_data->ses; in SMB2_select_sec() local
[all …]
H A Ddfs.h23 struct cifs_ses *ses; member
183 struct cifs_ses *ses, *n; in dfs_put_root_smb_sessions() local
191 static inline const char *dfs_ses_refpath(struct cifs_ses *ses) in dfs_ses_refpath()
H A Ddfs_cache.c644 static int get_dfs_referral(const unsigned int xid, struct cifs_ses *ses, const char *path, in get_dfs_referral()
682 struct cifs_ses *ses, in cache_refresh_path()
854 int dfs_cache_find(const unsigned int xid, struct cifs_ses *ses, const struct nls_table *cp, in dfs_cache_find()
1123 static bool is_ses_good(struct cifs_ses *ses) in is_ses_good()
1140 static void refresh_ses_referral(struct cifs_ses *ses) in refresh_ses_referral()
1218 struct cifs_ses *ses; in refresh_tcon_referral() local
1307 struct cifs_ses *ses; in dfs_cache_refresh() local
H A Dcifs_debug.c240 struct cifs_ses *ses; in cifs_debug_files_proc_show() local
312 struct cifs_ses *ses; in cifs_debug_dirs_proc_show() local
401 struct cifs_ses *ses; in cifs_debug_data_proc_show() local
752 struct cifs_ses *ses; in cifs_stats_proc_write() local
812 struct cifs_ses *ses; in cifs_stats_proc_show() local
H A Dsmb2misc.c157 struct cifs_ses *ses = NULL; in smb2_check_message() local
613 struct cifs_ses *ses; in smb2_is_valid_lease_break() local
687 struct cifs_ses *ses; in smb2_is_valid_oplock_break() local
892 smb311_update_preauth_hash(struct cifs_ses *ses, struct TCP_Server_Info *server, in smb311_update_preauth_hash()
H A Dtransport.c815 struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses) in cifs_pick_channel()
863 compound_send_recv(const unsigned int xid, struct cifs_ses *ses, in compound_send_recv()
1096 cifs_send_recv(const unsigned int xid, struct cifs_ses *ses, in cifs_send_recv()
H A Dsmb2ops.c458 struct cifs_ses *ses, in smb2_negotiate()
622 size_t buf_len, struct cifs_ses *ses, bool in_mount) in parse_server_interfaces()
824 struct cifs_ses *ses = tcon->ses; in SMB3_request_interfaces() local
1169 struct cifs_ses *ses = tcon->ses; in smb2_set_ea() local
1566 struct cifs_ses *ses = tcon->ses; in smb2_ioctl_query_info() local
2551 struct cifs_ses *ses; in smb2_is_network_name_deleted() local
2628 struct cifs_ses *ses = tcon->ses; in smb2_set_next_command() local
2705 struct cifs_ses *ses = tcon->ses; in smb2_query_info_compound() local
2966 smb2_get_dfs_refer(const unsigned int xid, struct cifs_ses *ses, in smb2_get_dfs_refer()
3270 struct cifs_ses *ses = tcon->ses; in smb3_zero_range() local
[all …]
H A Dfs_context.c992 int smb3_sync_session_ctx_passwords(struct cifs_sb_info *cifs_sb, struct cifs_ses *ses) in smb3_sync_session_ctx_passwords()
1021 struct cifs_ses *ses = cifs_sb_master_tcon(cifs_sb)->ses; in smb3_reconfigure() local
H A Dnamespace.c203 struct cifs_ses *ses; in cifs_do_automount() local
H A Dioctl.c240 struct cifs_ses *ses; in cifs_dump_full_key() local
H A Dcifsglob.h112 #define CIFS_DFS_ROOT_SES(ses) ((ses)->dfs_root_ses ?: (ses)) argument
1166 #define CIFS_ALL_CHANNELS_SET(ses) \ argument
1168 #define CIFS_ALL_CHANS_GOOD(ses) \ argument
1170 #define CIFS_ALL_CHANS_NEED_RECONNECT(ses) \ argument
1172 #define CIFS_SET_ALL_CHANS_NEED_RECONNECT(ses) \ argument
1174 #define CIFS_CHAN_NEEDS_RECONNECT(ses, index) \ argument
1176 #define CIFS_CHAN_IN_RECONNECT(ses, index) \ argument
1202 cap_unix(struct cifs_ses *ses) in cap_unix()
1253 struct cifs_ses *ses; /* pointer to session associated with */ member
1826 struct cifs_ses *ses; member
[all …]
H A Ddfs.c78 struct cifs_ses *ses = mnt_ctx->ses; in set_root_smb_session() local
H A Dsmb1ops.c428 struct cifs_ses *ses, in cifs_negotiate()
1295 struct cifs_ses *ses; in cifs_is_network_name_deleted() local
H A Dcached_dir.c138 struct cifs_ses *ses; in open_cached_dir() local
H A Dcifssmb.c74 struct cifs_ses *ses; in cifs_reconnect_tcon() local
252 struct cifs_ses *ses, void **request_buf) in small_smb_init_no_tc()
364 decode_ext_sec_blob(struct cifs_ses *ses, NEGOTIATE_RSP *pSMBr) in decode_ext_sec_blob()
419 struct cifs_ses *ses, in CIFSSMBNegotiate()
631 CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses) in CIFSSMBLogoff()
4510 CIFSGetDFSRefer(const unsigned int xid, struct cifs_ses *ses, in CIFSGetDFSRefer()
H A Dcifsfs.c134 struct cifs_ses *ses; in cifs_drop_all_dir_caches() local
518 cifs_show_security(struct seq_file *s, struct cifs_ses *ses) in cifs_show_security()
/linux/fs/nfsd/
H A Dnfs4callback.c407 static u32 highest_slotid(struct nfsd4_session *ses) in highest_slotid()
483 static void update_cb_slot_table(struct nfsd4_session *ses, u32 target) in update_cb_slot_table()
1121 … *get_backchannel_cred(struct nfs4_client *clp, struct rpc_clnt *client, struct nfsd4_session *ses) in get_backchannel_cred()
1141 …etup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn, struct nfsd4_session *ses) in setup_callback_client()
1281 static int grab_slot(struct nfsd4_session *ses) in grab_slot()
1305 struct nfsd4_session *ses = clp->cl_cb_session; in nfsd41_cb_get_slot() local
1324 struct nfsd4_session *ses = clp->cl_cb_session; in nfsd41_cb_release_slot() local
1657 struct nfsd4_session *ses = NULL; in nfsd4_process_cb_update() local
H A Dnfs4state.c150 static bool is_session_dead(struct nfsd4_session *ses) in is_session_dead()
155 static __be32 mark_session_dead_locked(struct nfsd4_session *ses, int ref_held_by_me) in mark_session_dead_locked()
237 static __be32 nfsd4_get_session_locked(struct nfsd4_session *ses) in nfsd4_get_session_locked()
250 static void nfsd4_put_session_locked(struct nfsd4_session *ses) in nfsd4_put_session_locked()
262 static void nfsd4_put_session(struct nfsd4_session *ses) in nfsd4_put_session()
1878 gen_sessionid(struct nfsd4_session *ses) in gen_sessionid()
1914 free_session_slots(struct nfsd4_session *ses, int from) in free_session_slots()
1957 reduce_session_slots(struct nfsd4_session *ses, int dec) in reduce_session_slots()
2082 static void __nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses) in __nfsd4_hash_conn()
2088 static void nfsd4_hash_conn(struct nfsd4_conn *conn, struct nfsd4_session *ses) in nfsd4_hash_conn()
[all …]
/linux/drivers/usb/storage/
H A Dcypress_atacb.c165 struct scsi_eh_save ses; in cypress_atacb_passthrough() local
/linux/drivers/scsi/
H A Dscsi_error.c1059 void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd, struct scsi_eh_save *ses, in scsi_eh_prep_cmnd()
1129 void scsi_eh_restore_cmnd(struct scsi_cmnd* scmd, struct scsi_eh_save *ses) in scsi_eh_restore_cmnd()
1167 struct scsi_eh_save ses; in scsi_send_eh_cmnd() local

12