Home
last modified time | relevance | path

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

/fs/cifs/
Dconnect.c58 char *username; member
870 vol->username = value; in cifs_parse_mount_options()
1556 cifs_find_smb_ses(struct TCP_Server_Info *server, char *username) in cifs_find_smb_ses() argument
1564 if (strncmp(ses->userName, username, MAX_USERNAME_SIZE)) in cifs_find_smb_ses()
2237 volume_info->username = ""; in cifs_mount()
2238 } else if (volume_info->username) { in cifs_mount()
2240 cFYI(1, ("Username: %s", volume_info->username)); in cifs_mount()
2271 pSesInfo = cifs_find_smb_ses(srvTcp, volume_info->username); in cifs_mount()
2318 if (volume_info->username) in cifs_mount()
2319 strncpy(pSesInfo->userName, volume_info->username, in cifs_mount()
DREADME91 //server/usersharename /mnt/username cifs user 0 0
202 user=<username>
225 username=someuser
264 username during CIFS session establishment
335 this might be useful when comma is contained within username
DCHANGES125 mount override username (so that null user connection is attempted)
167 Allow null user to be specified on mount ("username="). Do not return
817 Fix oops when username not passed in on mount. Extensive fixes and improvements