Home
last modified time | relevance | path

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

/fs/cifs/
Dconnect.c1952 vol->username = NULL; in cifs_parse_mount_options()
1965 kfree(vol->username); in cifs_parse_mount_options()
1966 vol->username = kstrdup(string, GFP_KERNEL); in cifs_parse_mount_options()
1967 if (!vol->username) in cifs_parse_mount_options()
2708 vol->username ? vol->username : "", in match_session()
2711 if ((vol->username && strlen(vol->username) != 0) && in match_session()
2965 vol->username = kstrndup(payload, len, GFP_KERNEL); in cifs_set_cifscreds()
2966 if (!vol->username) { in cifs_set_cifscreds()
2972 cifs_dbg(FYI, "%s: username=%s\n", __func__, vol->username); in cifs_set_cifscreds()
2978 kfree(vol->username); in cifs_set_cifscreds()
[all …]
Ddfs_cache.c1147 if (vol->username) { in dup_vol()
1148 new->username = kstrndup(vol->username, strlen(vol->username), in dup_vol()
1150 if (!new->username) in dup_vol()
1196 kfree(new->username); in dup_vol()
Dcifsglob.h537 char *username; member
Dsess.c214 vol.username = ses->user_name; in cifs_ses_add_channel()