Searched refs:user_name (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | cifs_spnego.c | 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() 161 if (sesInfo->user_name) { in cifs_get_spnego_key() 163 sprintf(dp, ";user=%s", sesInfo->user_name); in cifs_get_spnego_key()
|
D | sess.c | 141 if (ses->user_name == NULL) { in unicode_ssetup_strings() 146 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings() 166 if (ses->user_name != NULL) { in ascii_ssetup_strings() 167 strncpy(bcc_ptr, ses->user_name, CIFS_MAX_USERNAME_LEN); in ascii_ssetup_strings() 168 bcc_ptr += strnlen(ses->user_name, CIFS_MAX_USERNAME_LEN); in ascii_ssetup_strings() 403 if (ses->user_name != NULL) { in build_ntlmssp_auth_blob() 441 if (ses->user_name == NULL) { in build_ntlmssp_auth_blob() 448 len = cifs_strtoUTF16((__le16 *)tmp, ses->user_name, in build_ntlmssp_auth_blob() 681 if (ses->user_name != NULL) { in sess_auth_lanman() 784 if (ses->user_name != NULL) { in sess_auth_ntlm() [all …]
|
D | cifsencrypt.c | 521 len = ses->user_name ? strlen(ses->user_name) : 0; in calc_ntlmv2_hash() 529 len = cifs_strtoUTF16(user, ses->user_name, len, nls_cp); in calc_ntlmv2_hash()
|
D | cifsfs.c | 403 else if (tcon->ses->user_name) in cifs_show_options() 404 seq_show_option(s, "username", tcon->ses->user_name); in cifs_show_options()
|
D | misc.c | 106 kfree(buf_to_free->user_name); in sesInfoFree()
|
D | connect.c | 2229 if (ses->user_name == NULL) { in match_session() 2236 if (strncmp(ses->user_name, in match_session() 2495 ses->user_name = kstrdup(volume_info->username, GFP_KERNEL); in cifs_get_smb_ses() 2496 if (!ses->user_name) in cifs_get_smb_ses()
|
D | cifsglob.h | 789 char *user_name; /* must not be null except during init of sess member
|
/linux-4.1.27/include/linux/ |
D | sdb.h | 126 uint8_t user_name[15]; /* 0x30-0x3e */ member
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 51 struct nfs4_string user_name; member
|
/linux-4.1.27/drivers/fmc/ |
D | fmc-sdb.c | 227 __sdb_string(buf, r->synthesis.user_name)); in __fmc_show_sdb_tree()
|