Home
last modified time | relevance | path

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

/linux-4.1.27/fs/logfs/
Dlogfs_abi.h85 #define I0_BLOCKS (16) macro
92 #define INDIRECT_INDEX I0_BLOCKS
93 #define LOGFS_EMBEDDED_FIELDS (I0_BLOCKS + 1)
104 #define LOGFS_I0_SIZE (I0_BLOCKS * LOGFS_BLOCKSIZE)
Dreadwrite.c29 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 …]
Ddir.c136 u32 i0_blocks = I0_BLOCKS; in hash_index()