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

/linux-master/fs/f2fs/
H A Dhash.c42 static void str2hashbuf(const unsigned char *msg, size_t len, function
81 str2hashbuf(p, len, in, 4);
/linux-master/fs/ext4/
H A Dhash.c208 void (*str2hashbuf)(const char *, int, __u32 *, int) =
235 str2hashbuf = str2hashbuf_unsigned;
240 (*str2hashbuf)(p, len, in, 8);
249 str2hashbuf = str2hashbuf_unsigned;
254 (*str2hashbuf)(p, len, in, 4);
/linux-master/fs/ocfs2/
H A Ddir.c224 static void str2hashbuf(const char *msg, int len, __u32 *buf, int num) function
282 str2hashbuf(p, len, in, 4);

Completed in 179 milliseconds