Searched refs:username (Results 1 – 4 of 4) sorted by relevance
1952 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 …]
1147 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()
537 char *username; member
214 vol.username = ses->user_name; in cifs_ses_add_channel()