Searched refs:RFC1001_NAME_LEN (Results 1 – 2 of 2) sorted by relevance
1241 memset(vol->source_rfc1001_name, 0x20, RFC1001_NAME_LEN); in cifs_parse_mount_options()1242 for (i = 0; i < strnlen(nodename, RFC1001_NAME_LEN); i++) in cifs_parse_mount_options()1245 vol->source_rfc1001_name[RFC1001_NAME_LEN] = 0; in cifs_parse_mount_options()1799 RFC1001_NAME_LEN); in cifs_parse_mount_options()1805 for (i = 0; i < RFC1001_NAME_LEN; i++) { in cifs_parse_mount_options()1814 if (i == RFC1001_NAME_LEN && string[i] != 0) in cifs_parse_mount_options()1840 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)