Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dconnect.c1632 memset(vol->source_rfc1001_name, 0x20, RFC1001_NAME_LEN); in cifs_parse_mount_options()
1633 for (i = 0; i < strnlen(nodename, RFC1001_NAME_LEN); i++) in cifs_parse_mount_options()
1636 vol->source_rfc1001_name[RFC1001_NAME_LEN] = 0; in cifs_parse_mount_options()
2303 RFC1001_NAME_LEN); in cifs_parse_mount_options()
2309 for (i = 0; i < RFC1001_NAME_LEN; i++) { in cifs_parse_mount_options()
2318 if (i == RFC1001_NAME_LEN && string[i] != 0) in cifs_parse_mount_options()
2344 if (i == RFC1001_NAME_LEN && string[i] != 0) in cifs_parse_mount_options()
Dcifsglob.h74 #define RFC1001_NAME_LEN 15 macro
75 #define RFC1001_NAME_LEN_WITH_NULL (RFC1001_NAME_LEN + 1)