Home
last modified time | relevance | path

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

/fs/logfs/
Ddir.c136 u32 i0_blocks = I0_BLOCKS; in hash_index() local
143 return hash % i0_blocks; in hash_index()
145 return i0_blocks + hash % (i1_blocks - i0_blocks); in hash_index()