Home
last modified time | relevance | path

Searched refs:fscrypt_fname_siphash (Results 1 – 3 of 3) sorted by relevance

/fs/f2fs/
Dhash.c131 cpu_to_le32(fscrypt_fname_siphash(dir, &tmp)); in f2fs_hash_filename()
/fs/crypto/
Dfname.c569 u64 fscrypt_fname_siphash(const struct inode *dir, const struct qstr *name) in fscrypt_fname_siphash() function
577 EXPORT_SYMBOL_GPL(fscrypt_fname_siphash);
/fs/ext4/
Dhash.c268 combined_hash = fscrypt_fname_siphash(dir, &qname); in __ext4fs_dirhash()