SIT_ENTRY_PER_BLOCK
blkno * SIT_ENTRY_PER_BLOCK);
unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK,
sit_i->sents_per_block = SIT_ENTRY_PER_BLOCK;
((segno) / SIT_ENTRY_PER_BLOCK)
(SIT_BLOCK_OFFSET(segno) * SIT_ENTRY_PER_BLOCK)
DIV_ROUND_UP(MAIN_SEGS(sbi), SIT_ENTRY_PER_BLOCK)
unsigned int end = min(start + SIT_ENTRY_PER_BLOCK,
sit_blk_cnt = DIV_ROUND_UP(main_segs, SIT_ENTRY_PER_BLOCK);
struct f2fs_sit_entry entries[SIT_ENTRY_PER_BLOCK];