Home
last modified time | relevance | path

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

/linux/fs/f2fs/
A Dsegment.h121 ((segno) / SIT_ENTRY_PER_BLOCK)
123 (SIT_BLOCK_OFFSET(segno) * SIT_ENTRY_PER_BLOCK)
125 DIV_ROUND_UP(MAIN_SEGS(sbi), SIT_ENTRY_PER_BLOCK)
410 unsigned int end = min(start + SIT_ENTRY_PER_BLOCK, in seg_info_to_sit_page()
A Dcheckpoint.c253 blkno * SIT_ENTRY_PER_BLOCK); in f2fs_ra_meta_pages()
A Dsegment.c4287 unsigned int end = min(start_segno + SIT_ENTRY_PER_BLOCK, in f2fs_flush_sit_entries()
4469 sit_i->sents_per_block = SIT_ENTRY_PER_BLOCK; in build_sit_info()
/linux/include/linux/
A Df2fs_fs.h348 #define SIT_ENTRY_PER_BLOCK (PAGE_SIZE / sizeof(struct f2fs_sit_entry)) macro
376 struct f2fs_sit_entry entries[SIT_ENTRY_PER_BLOCK];

Completed in 25 milliseconds