Lines Matching defs:ses
112 #define CIFS_DFS_ROOT_SES(ses) ((ses)->dfs_root_ses ?: (ses)) argument
1150 #define CIFS_ALL_CHANNELS_SET(ses) \ argument
1152 #define CIFS_ALL_CHANS_GOOD(ses) \ argument
1154 #define CIFS_ALL_CHANS_NEED_RECONNECT(ses) \ argument
1156 #define CIFS_SET_ALL_CHANS_NEED_RECONNECT(ses) \ argument
1158 #define CIFS_CHAN_NEEDS_RECONNECT(ses, index) \ argument
1160 #define CIFS_CHAN_IN_RECONNECT(ses, index) \ argument
1186 cap_unix(struct cifs_ses *ses) in cap_unix()
1237 struct cifs_ses *ses; /* pointer to session associated with */ member
1803 struct cifs_ses *ses; member
2195 static inline size_t ntlmssp_workstation_name_size(const struct cifs_ses *ses) in ntlmssp_workstation_name_size()
2333 static inline bool cifs_ses_exiting(struct cifs_ses *ses) in cifs_ses_exiting()