Searched refs:str2hashbuf_unsigned (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/ext3/
H A Dhash.c96 static void str2hashbuf_unsigned(const char *msg, int len, __u32 *buf, int num) str2hashbuf_unsigned() function
171 str2hashbuf = str2hashbuf_unsigned; ext3fs_dirhash()
184 str2hashbuf = str2hashbuf_unsigned; ext3fs_dirhash()
/linux-4.1.27/fs/ext4/
H A Dhash.c97 static void str2hashbuf_unsigned(const char *msg, int len, __u32 *buf, int num) str2hashbuf_unsigned() function
172 str2hashbuf = str2hashbuf_unsigned; ext4fs_dirhash()
185 str2hashbuf = str2hashbuf_unsigned; ext4fs_dirhash()

Completed in 77 milliseconds