IDMAP_HASH_SZ      83 fs/nfs/idmap.c 	struct idmap_hashent	h_entries[IDMAP_HASH_SZ];
IDMAP_HASH_SZ     158 fs/nfs/idmap.c 	return &h->h_entries[fnvhash32(name, len) % IDMAP_HASH_SZ];
IDMAP_HASH_SZ     176 fs/nfs/idmap.c 	return &h->h_entries[fnvhash32(&id, sizeof(id)) % IDMAP_HASH_SZ];