Home
last modified time | relevance | path

Searched refs:str2hashbuf (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dhash.c208 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()
/linux/fs/f2fs/
H A Dhash.c42 static void str2hashbuf(const unsigned char *msg, size_t len, in str2hashbuf() function
81 str2hashbuf(p, len, in, 4); in TEA_hash_name()
/linux/fs/ocfs2/
H A Ddir.c224 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()