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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c304 #define EXPORT_HASHBITS 8 macro
305 #define EXPORT_HASHMAX (1<< EXPORT_HASHBITS)
741 hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS);
742 hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS);
743 hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS);

Completed in 40 milliseconds