Home
last modified time | relevance | path

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

/linux-4.4.14/fs/logfs/
Ddir.c137 u32 i1_blocks = I1_BLOCKS; in hash_index() local
145 return i0_blocks + hash % (i1_blocks - i0_blocks); in hash_index()
147 return i1_blocks + hash % (i2_blocks - i1_blocks); in hash_index()