Home
last modified time | relevance | path

Searched refs:sesInfo (Results 1 – 1 of 1) sorted by relevance

/linux/fs/smb/client/
H A Dcifs_spnego.c100 cifs_get_spnego_key(struct cifs_ses *sesInfo, in cifs_get_spnego_key() argument
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()
123 if (sesInfo->upcall_target == UPTARGET_MOUNT) in cifs_get_spnego_key()
160 from_kuid_munged(&init_user_ns, sesInfo->linux_uid)); in cifs_get_spnego_key()
163 from_kuid_munged(&init_user_ns, sesInfo->cred_uid)); in cifs_get_spnego_key()
165 if (sesInfo->user_name) in cifs_get_spnego_key()
166 dp += sprintf(dp, ";user=%s", sesInfo->user_name); in cifs_get_spnego_key()
170 if (sesInfo->upcall_target == UPTARGET_MOUNT) in cifs_get_spnego_key()
178 trace_smb3_kerberos_auth(server, sesInfo, PTR_ERR_OR_ZERO(spnego_key)); in cifs_get_spnego_key()