Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dexport.c290 #define EXPORT_HASHBITS 8 macro
291 #define EXPORT_HASHMAX (1<< EXPORT_HASHBITS)
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()