hash_string
dev_hash_value = hash_string(DEVSEED, dev_name(dev), DEVHASH);
file_hash_value = hash_string(lineno, file, FILEHASH);
unsigned int hash = hash_string(lineno, file, FILEHASH);
unsigned int hash = hash_string(DEVSEED, dev_name(dev), DEVHASH);
unsigned int hash = hash_string(DEVSEED, dev_name(dev),