Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/ !
Dsegment.h111 ((segno) / SIT_ENTRY_PER_BLOCK)
113 (SIT_BLOCK_OFFSET(segno) * SIT_ENTRY_PER_BLOCK)
115 ((MAIN_SEGS(sbi) + SIT_ENTRY_PER_BLOCK - 1) / SIT_ENTRY_PER_BLOCK)
375 unsigned int end = min(start + SIT_ENTRY_PER_BLOCK, in seg_info_to_sit_page()
Dcheckpoint.c225 blkno * SIT_ENTRY_PER_BLOCK); in f2fs_ra_meta_pages()
Dsegment.c3675 unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK, in f2fs_flush_sit_entries()
3844 sit_i->sents_per_block = SIT_ENTRY_PER_BLOCK; in build_sit_info()
/linux-4.19.296/include/linux/ !
Df2fs_fs.h326 #define SIT_ENTRY_PER_BLOCK (PAGE_SIZE / sizeof(struct f2fs_sit_entry)) macro
354 struct f2fs_sit_entry entries[SIT_ENTRY_PER_BLOCK];