Home
last modified time | relevance | path

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

/fs/logfs/
Dlogfs_abi.h87 #define I2_BLOCKS (LOGFS_BLOCK_FACTOR * I1_BLOCKS) macro
88 #define I3_BLOCKS (LOGFS_BLOCK_FACTOR * I2_BLOCKS)
106 #define LOGFS_I2_SIZE (I2_BLOCKS * LOGFS_BLOCKSIZE)
Dreadwrite.c33 return max_t(u64, bix, I2_BLOCKS); in adjust_bix()
1732 I2_BLOCKS,
1739 I2_BLOCKS,
Ddir.c138 u32 i2_blocks = I2_BLOCKS; in hash_index()