Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsegment.h284 struct sit_info *sit_i = SIT_I(sbi); in get_seg_entry()
291 struct sit_info *sit_i = SIT_I(sbi); in get_sec_entry()
411 struct sit_info *sit_i = SIT_I(sbi); in get_sit_bitmap()
417 return SIT_I(sbi)->written_valid_blocks; in written_block_count()
615 struct sit_info *sit_i = SIT_I(sbi); in current_sit_addr()
631 struct sit_info *sit_i = SIT_I(sbi); in next_sit_addr()
650 struct sit_info *sit_i = SIT_I(sbi); in get_mtime()
Dsegment.c571 unsigned long *dmap = SIT_I(sbi)->tmp_map; in add_discard_addrs()
672 struct sit_info *sit_i = SIT_I(sbi); in __mark_sit_entry_dirty()
708 SIT_I(sbi)->max_mtime = se->mtime; in update_sit_entry()
728 SIT_I(sbi)->written_valid_blocks += del; in update_sit_entry()
747 struct sit_info *sit_i = SIT_I(sbi); in invalidate_blocks()
766 struct sit_info *sit_i = SIT_I(sbi); in is_checkpointed_data()
1009 unsigned long *target_map = SIT_I(sbi)->tmp_map; in __next_free_blkoff()
1115 SIT_I(sbi)->s_ops->allocate_segment(sbi, type, true); in __allocate_new_segments()
1246 struct sit_info *sit_i = SIT_I(sbi); in allocate_data_block()
1352 struct sit_info *sit_i = SIT_I(sbi); in __f2fs_replace_block()
[all …]
Dgc.c206 struct sit_info *sit_i = SIT_I(sbi); in get_cb_cost()
387 struct sit_info *sit_i = SIT_I(sbi); in check_valid_map()
765 struct sit_info *sit_i = SIT_I(sbi); in __get_victim()
Ddebug.c69 si->dirty_sits = SIT_I(sbi)->dirty_sentries; in update_general_status()
Dcheckpoint.c124 if (unlikely(blkaddr >= SIT_I(sbi)->sit_base_addr || in is_valid_blkaddr()
Df2fs.h885 static inline struct sit_info *SIT_I(struct f2fs_sb_info *sbi) in SIT_I() function