Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dconnect.c1350 memset(vol->source_rfc1001_name, 0x20, RFC1001_NAME_LEN); in cifs_parse_mount_options()
1352 vol->source_rfc1001_name[i] = toupper(nodename[i]); in cifs_parse_mount_options()
1354 vol->source_rfc1001_name[RFC1001_NAME_LEN] = 0; in cifs_parse_mount_options()
1958 memset(vol->source_rfc1001_name, 0x20, in cifs_parse_mount_options()
1969 vol->source_rfc1001_name[i] = string[i]; in cifs_parse_mount_options()
2394 volume_info->source_rfc1001_name, RFC1001_NAME_LEN_WITH_NULL); in cifs_get_tcp_session()
Dcifsglob.h500 char source_rfc1001_name[RFC1001_NAME_LEN_WITH_NULL]; /* clnt nb name */ member