Home
last modified time | relevance | path

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

/linux-4.1.27/fs/logfs/
Ddir.c139 u32 i3_blocks = I3_BLOCKS; in hash_index() local
149 return i2_blocks + hash % (i3_blocks - i2_blocks); in hash_index()
151 return i3_blocks + 16 * (hash % (((1<<31) - i3_blocks) / 16)) in hash_index()