Home
last modified time | relevance | path

Searched refs:SIT_I (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/f2fs/
Dsegment.h271 struct sit_info *sit_i = SIT_I(sbi); in get_seg_entry()
278 struct sit_info *sit_i = SIT_I(sbi); in get_sec_entry()
398 struct sit_info *sit_i = SIT_I(sbi); in get_sit_bitmap()
404 return SIT_I(sbi)->written_valid_blocks; in written_block_count()
632 struct sit_info *sit_i = SIT_I(sbi); in current_sit_addr()
648 struct sit_info *sit_i = SIT_I(sbi); in next_sit_addr()
667 struct sit_info *sit_i = SIT_I(sbi); in get_mtime()
Dsegment.c515 unsigned long *dmap = SIT_I(sbi)->tmp_map; in add_discard_addrs()
634 struct sit_info *sit_i = SIT_I(sbi); in __mark_sit_entry_dirty()
670 SIT_I(sbi)->max_mtime = se->mtime; in update_sit_entry()
686 SIT_I(sbi)->written_valid_blocks += del; in update_sit_entry()
705 struct sit_info *sit_i = SIT_I(sbi); in invalidate_blocks()
934 unsigned long *target_map = SIT_I(sbi)->tmp_map; in __next_free_blkoff()
1040 SIT_I(sbi)->s_ops->allocate_segment(sbi, type, true); in __allocate_new_segments()
1165 struct sit_info *sit_i = SIT_I(sbi); in allocate_data_block()
1265 struct sit_info *sit_i = SIT_I(sbi); in recover_data_page()
1616 struct sit_info *sit_i = SIT_I(sbi); in get_next_sit_page()
[all …]
Dgc.c203 struct sit_info *sit_i = SIT_I(sbi); in get_cb_cost()
378 struct sit_info *sit_i = SIT_I(sbi); in check_valid_map()
649 struct sit_info *sit_i = SIT_I(sbi); in __get_victim()
Ddebug.c65 si->dirty_sits = SIT_I(sbi)->dirty_sentries; in update_general_status()
Dcheckpoint.c96 if (unlikely(blkaddr >= SIT_I(sbi)->sit_base_addr || in is_valid_blkaddr()
Df2fs.h764 static inline struct sit_info *SIT_I(struct f2fs_sb_info *sbi) in SIT_I() function