Searched refs:str2hashbuf (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/f2fs/
H A Dhash.c45 static void str2hashbuf(const unsigned char *msg, size_t len, str2hashbuf() function
94 str2hashbuf(p, len, in, 4); f2fs_dentry_hash()
/linux-4.1.27/fs/ext3/
H A Dhash.c144 void (*str2hashbuf)(const char *, int, __u32 *, int) = ext3fs_dirhash()
171 str2hashbuf = str2hashbuf_unsigned; ext3fs_dirhash()
175 (*str2hashbuf)(p, len, in, 8); ext3fs_dirhash()
184 str2hashbuf = str2hashbuf_unsigned; ext3fs_dirhash()
188 (*str2hashbuf)(p, len, in, 4); ext3fs_dirhash()
/linux-4.1.27/fs/ext4/
H A Dhash.c145 void (*str2hashbuf)(const char *, int, __u32 *, int) = ext4fs_dirhash()
172 str2hashbuf = str2hashbuf_unsigned; ext4fs_dirhash()
176 (*str2hashbuf)(p, len, in, 8); ext4fs_dirhash()
185 str2hashbuf = str2hashbuf_unsigned; ext4fs_dirhash()
189 (*str2hashbuf)(p, len, in, 4); ext4fs_dirhash()
/linux-4.1.27/fs/ocfs2/
H A Ddir.c243 static void str2hashbuf(const char *msg, int len, __u32 *buf, int num) str2hashbuf() function
301 str2hashbuf(p, len, in, 4); ocfs2_dx_dir_name_hash()

Completed in 163 milliseconds