Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
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()
/kernel/linux/linux-5.10/fs/f2fs/
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()
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_dentryfile.c39 static void str2hashbuf(const unsigned char *msg, size_t len, unsigned int *buf, in str2hashbuf() function
106 str2hashbuf(p, len, in, 4, case_sense); in hmdfs_dentry_hash()
/kernel/linux/linux-5.10/fs/ocfs2/
Ddir.c226 static void str2hashbuf(const char *msg, int len, __u32 *buf, int num) in str2hashbuf() function
284 str2hashbuf(p, len, in, 4); in ocfs2_dx_dir_name_hash()