Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h126 ((segno) / SIT_ENTRY_PER_BLOCK)
128 (SIT_BLOCK_OFFSET(segno) * SIT_ENTRY_PER_BLOCK)
130 DIV_ROUND_UP(MAIN_SEGS(sbi), SIT_ENTRY_PER_BLOCK)
396 unsigned int end = min(start + SIT_ENTRY_PER_BLOCK, in seg_info_to_sit_page()
H A Dcheckpoint.c276 blkno * SIT_ENTRY_PER_BLOCK); in f2fs_ra_meta_pages()
H A Dsegment.c4325 unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK, in f2fs_flush_sit_entries()
4504 sit_i->sents_per_block = SIT_ENTRY_PER_BLOCK; in build_sit_info()
/openbmc/linux/include/linux/
H A Df2fs_fs.h383 #define SIT_ENTRY_PER_BLOCK (PAGE_SIZE / sizeof(struct f2fs_sit_entry)) macro
411 struct f2fs_sit_entry entries[SIT_ENTRY_PER_BLOCK];