Home
last modified time | relevance | path

Searched refs:fscrypt_fname_siphash (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/f2fs/
H A Dhash.c131 cpu_to_le32(fscrypt_fname_siphash(dir, &tmp)); in f2fs_hash_filename()
/kernel/linux/linux-5.10/fs/crypto/
H A Dfname.c505 * fscrypt_fname_siphash() - calculate the SipHash of a filename
515 u64 fscrypt_fname_siphash(const struct inode *dir, const struct qstr *name) in fscrypt_fname_siphash() function
523 EXPORT_SYMBOL_GPL(fscrypt_fname_siphash); variable
/kernel/linux/linux-5.10/include/linux/
H A Dfscrypt.h228 u64 fscrypt_fname_siphash(const struct inode *dir, const struct qstr *name);
486 static inline u64 fscrypt_fname_siphash(const struct inode *dir, in fscrypt_fname_siphash() function
/kernel/linux/linux-6.6/fs/crypto/
H A Dfname.c559 * fscrypt_fname_siphash() - calculate the SipHash of a filename
569 u64 fscrypt_fname_siphash(const struct inode *dir, const struct qstr *name) in fscrypt_fname_siphash() function
577 EXPORT_SYMBOL_GPL(fscrypt_fname_siphash); variable
/kernel/linux/linux-6.6/include/linux/
H A Dfscrypt.h355 u64 fscrypt_fname_siphash(const struct inode *dir, const struct qstr *name);
642 static inline u64 fscrypt_fname_siphash(const struct inode *dir, in fscrypt_fname_siphash() function
/kernel/linux/linux-6.6/fs/ext4/
H A Dhash.c268 combined_hash = fscrypt_fname_siphash(dir, &qname); in __ext4fs_dirhash()

Completed in 7 milliseconds