Home
last modified time | relevance | path

Searched refs:I4_BLOCKS (Results 1 – 2 of 2) sorted by relevance

/fs/logfs/
Dlogfs_abi.h89 #define I4_BLOCKS (LOGFS_BLOCK_FACTOR * I3_BLOCKS) macro
90 #define I5_BLOCKS (LOGFS_BLOCK_FACTOR * I4_BLOCKS)
108 #define LOGFS_I4_SIZE (I4_BLOCKS * LOGFS_BLOCKSIZE)
Dreadwrite.c37 return max_t(u64, bix, I4_BLOCKS); in adjust_bix()