Searched refs:SIT_ENTRY_PER_BLOCK (Results 1 – 5 of 5) sorted by relevance
896 #define SIT_ENTRY_PER_BLOCK (PAGE_CACHE_SIZE / sizeof(struct f2fs_sit_entry)) macro905 SIT_ENTRY_PER_BLOCK)) * \928 struct f2fs_sit_entry entries[SIT_ENTRY_PER_BLOCK];
367 ((segno) / SIT_ENTRY_PER_BLOCK)
43 blocks_for_sit = SIZE_ALIGN(get_sb(segment_count), SIT_ENTRY_PER_BLOCK); in get_new_sb()
1366 sit_i->sents_per_block = SIT_ENTRY_PER_BLOCK; in build_sit_info()
286 blocks_for_sit = SIZE_ALIGN(get_sb(segment_count), SIT_ENTRY_PER_BLOCK); in f2fs_prepare_super_block()