Searched refs:sesInfo (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_spnego.c | 99 cifs_get_spnego_key(struct cifs_ses *sesInfo) in cifs_get_spnego_key() argument 101 struct TCP_Server_Info *server = cifs_ses_server(sesInfo); in cifs_get_spnego_key() 120 if (sesInfo->user_name) in cifs_get_spnego_key() 121 desc_len += USER_KEY_LEN + strlen(sesInfo->user_name); in cifs_get_spnego_key() 157 from_kuid_munged(&init_user_ns, sesInfo->linux_uid)); in cifs_get_spnego_key() 161 from_kuid_munged(&init_user_ns, sesInfo->cred_uid)); in cifs_get_spnego_key() 163 if (sesInfo->user_name) { in cifs_get_spnego_key() 165 sprintf(dp, ";user=%s", sesInfo->user_name); in cifs_get_spnego_key()
|
H A D | cifs_spnego.h | 44 extern struct key *cifs_get_spnego_key(struct cifs_ses *sesInfo);
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifs_spnego.c | 87 cifs_get_spnego_key(struct cifs_ses *sesInfo, in cifs_get_spnego_key() argument 108 if (sesInfo->user_name) in cifs_get_spnego_key() 109 desc_len += USER_KEY_LEN + strlen(sesInfo->user_name); in cifs_get_spnego_key() 145 from_kuid_munged(&init_user_ns, sesInfo->linux_uid)); in cifs_get_spnego_key() 149 from_kuid_munged(&init_user_ns, sesInfo->cred_uid)); in cifs_get_spnego_key() 151 if (sesInfo->user_name) { in cifs_get_spnego_key() 153 sprintf(dp, ";user=%s", sesInfo->user_name); in cifs_get_spnego_key()
|
H A D | cifs_spnego.h | 32 extern struct key *cifs_get_spnego_key(struct cifs_ses *sesInfo,
|
Completed in 2 milliseconds