Home
last modified time | relevance | path

Searched refs:source_rfc1001_name (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/cifs/
Dconnect.c1408 memset(vol->source_rfc1001_name, 0x20, RFC1001_NAME_LEN); in cifs_parse_mount_options()
1410 vol->source_rfc1001_name[i] = toupper(nodename[i]); in cifs_parse_mount_options()
1412 vol->source_rfc1001_name[RFC1001_NAME_LEN] = 0; in cifs_parse_mount_options()
2104 memset(vol->source_rfc1001_name, 0x20, in cifs_parse_mount_options()
2115 vol->source_rfc1001_name[i] = string[i]; in cifs_parse_mount_options()
2557 volume_info->source_rfc1001_name, RFC1001_NAME_LEN_WITH_NULL); in cifs_get_tcp_session()
Dcifsglob.h539 char source_rfc1001_name[RFC1001_NAME_LEN_WITH_NULL]; /* clnt nb name */ member