EXPORT_HASHBITS   314 fs/nfsd/export.c #define	EXPORT_HASHMAX		(1<< EXPORT_HASHBITS)
EXPORT_HASHBITS   754 fs/nfsd/export.c 	hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS);
EXPORT_HASHBITS   755 fs/nfsd/export.c 	hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS);
EXPORT_HASHBITS   756 fs/nfsd/export.c 	hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS);
EXPORT_HASHBITS   771 fs/nfsd/export.c 	hash = hash_ptr(old->ex_client, EXPORT_HASHBITS);
EXPORT_HASHBITS   772 fs/nfsd/export.c 	hash ^= hash_ptr(old->ex_path.dentry, EXPORT_HASHBITS);
EXPORT_HASHBITS   773 fs/nfsd/export.c 	hash ^= hash_ptr(old->ex_path.mnt, EXPORT_HASHBITS);