Searched refs:I0_BLOCKS (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/logfs/
H A 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)
H A Dreadwrite.c29 return max_t(u64, bix, I0_BLOCKS);
625 start = I0_BLOCKS;
626 block->full = I0_BLOCKS;
764 if (index < I0_BLOCKS)
806 if (bix < I0_BLOCKS)
815 for (; bix < I0_BLOCKS; bix++)
818 return I0_BLOCKS;
883 if (bix < I0_BLOCKS) {
885 if (bix < I0_BLOCKS)
912 if (bix < I0_BLOCKS) {
[all...]
H A Ddir.c136 u32 i0_blocks = I0_BLOCKS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/logfs/
H A 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)
H A Dreadwrite.c29 return max_t(u64, bix, I0_BLOCKS);
625 start = I0_BLOCKS;
626 block->full = I0_BLOCKS;
764 if (index < I0_BLOCKS)
806 if (bix < I0_BLOCKS)
815 for (; bix < I0_BLOCKS; bix++)
818 return I0_BLOCKS;
883 if (bix < I0_BLOCKS) {
885 if (bix < I0_BLOCKS)
912 if (bix < I0_BLOCKS) {
[all...]
H A Ddir.c136 u32 i0_blocks = I0_BLOCKS;

Completed in 124 milliseconds