Home
last modified time | relevance | path

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

/fs/logfs/
Ddir.c138 u32 i2_blocks = I2_BLOCKS; in hash_index() local
147 return i1_blocks + hash % (i2_blocks - i1_blocks); in hash_index()
149 return i2_blocks + hash % (i3_blocks - i2_blocks); in hash_index()