EXPORT_HASHBITS   304 fs/nfsd/export.c #define	EXPORT_HASHMAX		(1<< EXPORT_HASHBITS)
EXPORT_HASHBITS   784 fs/nfsd/export.c 	hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS);
EXPORT_HASHBITS   785 fs/nfsd/export.c 	hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS);
EXPORT_HASHBITS   786 fs/nfsd/export.c 	hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS);