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

/linux-master/fs/f2fs/
H A Dsegment.h124 #define SIT_BLOCK_OFFSET(segno) \ macro
127 (SIT_BLOCK_OFFSET(segno) * SIT_ENTRY_PER_BLOCK)
803 unsigned int offset = SIT_BLOCK_OFFSET(start);
836 unsigned int block_off = SIT_BLOCK_OFFSET(start);

Completed in 106 milliseconds