Home
last modified time | relevance | path

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

/fs/logfs/
Ddir.c98 static u32 hash_32(const char *s, int len, u32 seed) in hash_32() function
162 u32 hash = hash_32(name->name, name->len, 0); in logfs_get_dd_page()
392 u32 hash = hash_32(dentry->d_name.name, dentry->d_name.len, 0); in logfs_write_dir()
/fs/fat/
Dinode.c281 return hash_32(i_pos, FAT_HASH_BITS); in fat_hash()