Home
last modified time | relevance | path

Searched refs:EXPORT_HASHBITS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dexport.c314 #define EXPORT_HASHBITS 8 macro
315 #define EXPORT_HASHMAX (1<< EXPORT_HASHBITS)
803 hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS); in svc_export_hash()
804 hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS); in svc_export_hash()
805 hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS); in svc_export_hash()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dexport.c314 #define EXPORT_HASHBITS 8 macro
315 #define EXPORT_HASHMAX (1<< EXPORT_HASHBITS)
887 hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS); in svc_export_hash()
888 hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS); in svc_export_hash()
889 hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS); in svc_export_hash()

Completed in 5 milliseconds