Searched refs:str2hashbuf (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | hash.c | 208 void (*str2hashbuf)(const char *, int, __u32 *, int) = in __ext4fs_dirhash() local 235 str2hashbuf = str2hashbuf_unsigned; in __ext4fs_dirhash() 240 (*str2hashbuf)(p, len, in, 8); in __ext4fs_dirhash() 249 str2hashbuf = str2hashbuf_unsigned; in __ext4fs_dirhash() 254 (*str2hashbuf)(p, len, in, 4); in __ext4fs_dirhash()
|
/openbmc/linux/fs/f2fs/ |
H A D | hash.c | 42 static void str2hashbuf(const unsigned char *msg, size_t len, in str2hashbuf() function 81 str2hashbuf(p, len, in, 4); in TEA_hash_name()
|
/openbmc/linux/fs/ocfs2/ |
H A D | dir.c | 224 static void str2hashbuf(const char *msg, int len, __u32 *buf, int num) in str2hashbuf() function 282 str2hashbuf(p, len, in, 4); in ocfs2_dx_dir_name_hash()
|