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

/linux-master/include/linux/
H A Df2fs_fs.h393 #define SIT_ENTRY_PER_BLOCK (F2FS_BLKSIZE / sizeof(struct f2fs_sit_entry)) macro
421 struct f2fs_sit_entry entries[SIT_ENTRY_PER_BLOCK];
/linux-master/fs/f2fs/
H A Dsegment.h125 ((segno) / SIT_ENTRY_PER_BLOCK)
127 (SIT_BLOCK_OFFSET(segno) * SIT_ENTRY_PER_BLOCK)
129 DIV_ROUND_UP(MAIN_SEGS(sbi), SIT_ENTRY_PER_BLOCK)
394 unsigned int end = min(start + SIT_ENTRY_PER_BLOCK,
H A Dcheckpoint.c291 blkno * SIT_ENTRY_PER_BLOCK);
H A Dsegment.c4394 unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK,
4573 sit_i->sents_per_block = SIT_ENTRY_PER_BLOCK;

Completed in 139 milliseconds