Lines Matching refs:username
61 char *username; member
899 vol->username = value; in cifs_parse_mount_options()
1829 if (strncmp(ses->user_name, vol->username, in cifs_find_smb_ses()
1832 if (strlen(vol->username) != 0 && in cifs_find_smb_ses()
1929 if (volume_info->username) { in cifs_get_smb_ses()
1930 ses->user_name = kstrdup(volume_info->username, GFP_KERNEL); in cifs_get_smb_ses()
2775 volume_info->username = ""; in cifs_mount()
2776 } else if (volume_info->username) { in cifs_mount()
2778 cFYI(1, "Username: %s", volume_info->username); in cifs_mount()
3261 char username[MAX_USERNAME_SIZE + 1]; in cifs_construct_tcon() local
3269 snprintf(username, MAX_USERNAME_SIZE, "krb50x%x", fsuid); in cifs_construct_tcon()
3270 vol_info->username = username; in cifs_construct_tcon()