Searched refs:I0_BLOCKS (Results 1 – 3 of 3) sorted by relevance
85 #define I0_BLOCKS (16) macro92 #define INDIRECT_INDEX I0_BLOCKS93 #define LOGFS_EMBEDDED_FIELDS (I0_BLOCKS + 1)104 #define LOGFS_I0_SIZE (I0_BLOCKS * LOGFS_BLOCKSIZE)
29 return max_t(u64, bix, I0_BLOCKS); in adjust_bix()630 start = I0_BLOCKS; in initialize_block_counters()631 block->full = I0_BLOCKS; in initialize_block_counters()772 if (index < I0_BLOCKS) in logfs_read_block()814 if (bix < I0_BLOCKS) in logfs_exist_block()823 for (; bix < I0_BLOCKS; bix++) in seek_holedata_direct()826 return I0_BLOCKS; in seek_holedata_direct()891 if (bix < I0_BLOCKS) { in logfs_seek_hole()893 if (bix < I0_BLOCKS) in logfs_seek_hole()920 if (bix < I0_BLOCKS) { in __logfs_seek_data()[all …]
136 u32 i0_blocks = I0_BLOCKS; in hash_index()