Home
last modified time | relevance | path

Searched refs:hash_ptr (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dhash.h88 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() function
/linux-4.19.296/fs/nfsd/
Dexport.c257 hash ^= hash_ptr(item->ek_client, EXPKEY_HASHBITS); in svc_expkey_hash()
771 hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS); in svc_export_hash()
772 hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS); in svc_export_hash()
773 hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS); in svc_export_hash()