Home
last modified time | relevance | path

Searched refs:RFC1001_NAME_LEN (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()
1351 for (i = 0; i < strnlen(nodename, RFC1001_NAME_LEN); i++) in cifs_parse_mount_options()
1354 vol->source_rfc1001_name[RFC1001_NAME_LEN] = 0; in cifs_parse_mount_options()
1959 RFC1001_NAME_LEN); in cifs_parse_mount_options()
1965 for (i = 0; i < RFC1001_NAME_LEN; i++) { in cifs_parse_mount_options()
1974 if (i == RFC1001_NAME_LEN && string[i] != 0) in cifs_parse_mount_options()
2000 if (i == RFC1001_NAME_LEN && string[i] != 0) in cifs_parse_mount_options()
Dcifsglob.h67 #define RFC1001_NAME_LEN 15 macro
68 #define RFC1001_NAME_LEN_WITH_NULL (RFC1001_NAME_LEN + 1)