Searched refs:str2hashbuf (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/ext4/ |
D | hash.c | 145 void (*str2hashbuf)(const char *, int, __u32 *, int) = in ext4fs_dirhash() local 172 str2hashbuf = str2hashbuf_unsigned; in ext4fs_dirhash() 176 (*str2hashbuf)(p, len, in, 8); in ext4fs_dirhash() 185 str2hashbuf = str2hashbuf_unsigned; in ext4fs_dirhash() 189 (*str2hashbuf)(p, len, in, 4); in ext4fs_dirhash()
|
/linux-4.1.27/fs/ext3/ |
D | hash.c | 144 void (*str2hashbuf)(const char *, int, __u32 *, int) = in ext3fs_dirhash() local 171 str2hashbuf = str2hashbuf_unsigned; in ext3fs_dirhash() 175 (*str2hashbuf)(p, len, in, 8); in ext3fs_dirhash() 184 str2hashbuf = str2hashbuf_unsigned; in ext3fs_dirhash() 188 (*str2hashbuf)(p, len, in, 4); in ext3fs_dirhash()
|
/linux-4.1.27/fs/f2fs/ |
D | hash.c | 45 static void str2hashbuf(const unsigned char *msg, size_t len, in str2hashbuf() function 94 str2hashbuf(p, len, in, 4); in f2fs_dentry_hash()
|
/linux-4.1.27/fs/ocfs2/ |
D | dir.c | 243 static void str2hashbuf(const char *msg, int len, __u32 *buf, int num) in str2hashbuf() function 301 str2hashbuf(p, len, in, 4); in ocfs2_dx_dir_name_hash()
|