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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Ddir.c138 u32 i2_blocks = I2_BLOCKS; local
147 return i1_blocks + hash % (i2_blocks - i1_blocks);
149 return i2_blocks + hash % (i3_blocks - i2_blocks);

Completed in 101 milliseconds