SIT_ENTRY_PER_BLOCK  248 fs/f2fs/checkpoint.c 					blkno * SIT_ENTRY_PER_BLOCK);
SIT_ENTRY_PER_BLOCK 3865 fs/f2fs/segment.c 		unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK,
SIT_ENTRY_PER_BLOCK 4044 fs/f2fs/segment.c 	sit_i->sents_per_block = SIT_ENTRY_PER_BLOCK;
SIT_ENTRY_PER_BLOCK  108 fs/f2fs/segment.h 	((segno) / SIT_ENTRY_PER_BLOCK)
SIT_ENTRY_PER_BLOCK  110 fs/f2fs/segment.h 	(SIT_BLOCK_OFFSET(segno) * SIT_ENTRY_PER_BLOCK)
SIT_ENTRY_PER_BLOCK  112 fs/f2fs/segment.h 	DIV_ROUND_UP(MAIN_SEGS(sbi), SIT_ENTRY_PER_BLOCK)
SIT_ENTRY_PER_BLOCK  382 fs/f2fs/segment.h 	unsigned int end = min(start + SIT_ENTRY_PER_BLOCK,
SIT_ENTRY_PER_BLOCK  369 include/linux/f2fs_fs.h 	struct f2fs_sit_entry entries[SIT_ENTRY_PER_BLOCK];