Searched refs:RFC1001_NAME_LEN (Results 1 – 2 of 2) sorted by relevance
1409 memset(vol->source_rfc1001_name, 0x20, RFC1001_NAME_LEN); in cifs_parse_mount_options()1410 for (i = 0; i < strnlen(nodename, RFC1001_NAME_LEN); i++) in cifs_parse_mount_options()1413 vol->source_rfc1001_name[RFC1001_NAME_LEN] = 0; in cifs_parse_mount_options()2106 RFC1001_NAME_LEN); in cifs_parse_mount_options()2112 for (i = 0; i < RFC1001_NAME_LEN; i++) { in cifs_parse_mount_options()2121 if (i == RFC1001_NAME_LEN && string[i] != 0) in cifs_parse_mount_options()2147 if (i == RFC1001_NAME_LEN && string[i] != 0) in cifs_parse_mount_options()
74 #define RFC1001_NAME_LEN 15 macro75 #define RFC1001_NAME_LEN_WITH_NULL (RFC1001_NAME_LEN + 1)