Home
last modified time | relevance | path

Searched refs:I3_BLOCKS (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/logfs/
Dlogfs_abi.h88 #define I3_BLOCKS (LOGFS_BLOCK_FACTOR * I2_BLOCKS) macro
89 #define I4_BLOCKS (LOGFS_BLOCK_FACTOR * I3_BLOCKS)
107 #define LOGFS_I3_SIZE (I3_BLOCKS * LOGFS_BLOCKSIZE)
Dfile.c49 BUG_ON(page->index > I3_BLOCKS); in logfs_write_end()
Dreadwrite.c35 return max_t(u64, bix, I3_BLOCKS); in adjust_bix()
1733 I3_BLOCKS,
1740 I3_BLOCKS
Ddir.c139 u32 i3_blocks = I3_BLOCKS; in hash_index()