Home
last modified time | relevance | path

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

/fs/logfs/
Dlogfs_abi.h86 #define I1_BLOCKS LOGFS_BLOCK_FACTOR macro
87 #define I2_BLOCKS (LOGFS_BLOCK_FACTOR * I1_BLOCKS)
105 #define LOGFS_I1_SIZE (I1_BLOCKS * LOGFS_BLOCKSIZE)
Dreadwrite.c31 return max_t(u64, bix, I1_BLOCKS); in adjust_bix()
1731 I1_BLOCKS,
1738 I1_BLOCKS,
Ddir.c137 u32 i1_blocks = I1_BLOCKS; in hash_index()