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