Searched refs:i0_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.c136 u32 i0_blocks = I0_BLOCKS; local
143 return hash % i0_blocks;
145 return i0_blocks + hash % (i1_blocks - i0_blocks);

Completed in 143 milliseconds