Searched refs:str2hashbuf (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/ext4/ |
D | hash.c | 206 void (*str2hashbuf)(const char *, int, __u32 *, int) = in ext4fs_dirhash() local 233 str2hashbuf = str2hashbuf_unsigned; in ext4fs_dirhash() 237 (*str2hashbuf)(p, len, in, 8); in ext4fs_dirhash() 246 str2hashbuf = str2hashbuf_unsigned; in ext4fs_dirhash() 250 (*str2hashbuf)(p, len, in, 4); in ext4fs_dirhash()
|
/linux-4.19.296/fs/f2fs/ |
D | hash.c | 45 static void str2hashbuf(const unsigned char *msg, size_t len, in str2hashbuf() function 98 str2hashbuf(p, len, in, 4); in f2fs_dentry_hash()
|
/linux-4.19.296/fs/ocfs2/ |
D | dir.c | 244 static void str2hashbuf(const char *msg, int len, __u32 *buf, int num) in str2hashbuf() function 302 str2hashbuf(p, len, in, 4); in ocfs2_dx_dir_name_hash()
|