Searched refs:I3_BLOCKS (Results 1 – 4 of 4) sorted by relevance
88 #define I3_BLOCKS (LOGFS_BLOCK_FACTOR * I2_BLOCKS) macro89 #define I4_BLOCKS (LOGFS_BLOCK_FACTOR * I3_BLOCKS)107 #define LOGFS_I3_SIZE (I3_BLOCKS * LOGFS_BLOCKSIZE)
49 BUG_ON(page->index > I3_BLOCKS); in logfs_write_end()
35 return max_t(u64, bix, I3_BLOCKS); in adjust_bix()1733 I3_BLOCKS,1740 I3_BLOCKS
139 u32 i3_blocks = I3_BLOCKS; in hash_index()