Searched refs:RFC1001_NAME_LEN (Results 1 – 2 of 2) sorted by relevance
1224 memset(vol->source_rfc1001_name, 0x20, RFC1001_NAME_LEN); in cifs_parse_mount_options()1225 for (i = 0; i < strnlen(nodename, RFC1001_NAME_LEN); i++) in cifs_parse_mount_options()1228 vol->source_rfc1001_name[RFC1001_NAME_LEN] = 0; in cifs_parse_mount_options()1755 RFC1001_NAME_LEN); in cifs_parse_mount_options()1761 for (i = 0; i < RFC1001_NAME_LEN; i++) { in cifs_parse_mount_options()1770 if (i == RFC1001_NAME_LEN && string[i] != 0) in cifs_parse_mount_options()1796 if (i == RFC1001_NAME_LEN && string[i] != 0) in cifs_parse_mount_options()
66 #define RFC1001_NAME_LEN 15 macro67 #define RFC1001_NAME_LEN_WITH_NULL (RFC1001_NAME_LEN + 1)