Home
last modified time | relevance | path

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

/linux/include/linux/
H A Df2fs_fs.h395 #define SIT_ENTRY_PER_BLOCK (F2FS_BLKSIZE / sizeof(struct f2fs_sit_entry)) macro
424 struct f2fs_sit_entry entries[SIT_ENTRY_PER_BLOCK];
/linux/fs/f2fs/
H A Dsegment.h105 ((segno) / SIT_ENTRY_PER_BLOCK)
107 (SIT_BLOCK_OFFSET(segno) * SIT_ENTRY_PER_BLOCK)
109 DIV_ROUND_UP(MAIN_SEGS(sbi), SIT_ENTRY_PER_BLOCK)
434 unsigned int end = min(start + SIT_ENTRY_PER_BLOCK, in seg_info_to_sit_folio()
H A Dcheckpoint.c498 blkno * SIT_ENTRY_PER_BLOCK); in f2fs_ra_meta_pages()
H A Dsegment.c4720 unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK, in f2fs_flush_sit_entries()
4906 sit_i->sents_per_block = SIT_ENTRY_PER_BLOCK; in build_sit_info()
H A Dsuper.c4258 sit_blk_cnt = DIV_ROUND_UP(main_segs, SIT_ENTRY_PER_BLOCK); in f2fs_sanity_check_ckpt()