Searched refs:str2hashbuf (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/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-3.4.99/fs/ext4/ |
D | hash.c | 146 void (*str2hashbuf)(const char *, int, __u32 *, int) = in ext4fs_dirhash() local 173 str2hashbuf = str2hashbuf_unsigned; in ext4fs_dirhash() 177 (*str2hashbuf)(p, len, in, 8); in ext4fs_dirhash() 186 str2hashbuf = str2hashbuf_unsigned; in ext4fs_dirhash() 190 (*str2hashbuf)(p, len, in, 4); in ext4fs_dirhash()
|
/linux-3.4.99/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()
|