Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c321 p->offset = SIT_I(sbi)->last_victim[p->gc_mode]; in select_policy()
365 struct sit_info *sit_i = SIT_I(sbi); in get_cb_cost()
519 struct sit_info *sit_i = SIT_I(sbi); in add_victim_entry()
551 struct sit_info *sit_i = SIT_I(sbi); in atgc_lookup_victim()
624 struct sit_info *sit_i = SIT_I(sbi); in atssr_lookup_victim()
776 struct sit_info *sm = SIT_I(sbi); in f2fs_get_victim()
807 SIT_I(sbi)->dirty_min_mtime = ULLONG_MAX; in f2fs_get_victim()
1017 struct sit_info *sit_i = SIT_I(sbi); in check_valid_map()
1196 if (!test_and_set_bit(segno, SIT_I(sbi)->invalid_segmap)) { in is_alive()
1715 struct sit_info *sit_i = SIT_I(sbi); in __get_victim()
[all …]
H A Dsegment.h327 struct sit_info *sit_i = SIT_I(sbi); in get_seg_entry()
334 struct sit_info *sit_i = SIT_I(sbi); in get_sec_entry()
557 struct sit_info *sit_i = SIT_I(sbi); in get_sit_bitmap()
569 return SIT_I(sbi)->written_valid_blocks; in written_block_count()
905 struct sit_info *sit_i = SIT_I(sbi); in current_sit_addr()
927 struct sit_info *sit_i = SIT_I(sbi); in next_sit_addr()
950 struct sit_info *sit_i = SIT_I(sbi); in get_mtime()
H A Dsegment.c830 clear_bit(segno, SIT_I(sbi)->invalid_segmap); in __remove_dirty_segment()
2092 unsigned long *dmap = SIT_I(sbi)->tmp_map; in add_discard_addrs()
2389 struct sit_info *sit_i = SIT_I(sbi); in __mark_sit_entry_dirty()
2438 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()
2439 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()
2592 SIT_I(sbi)->written_valid_blocks += del; in update_sit_entry()
2602 struct sit_info *sit_i = SIT_I(sbi); in f2fs_invalidate_blocks()
2641 struct sit_info *sit_i = SIT_I(sbi); in f2fs_is_checkpointed_data()
2977 if (SIT_I(sbi)->last_victim[ALLOC_NEXT]) in __get_next_segno()
2978 return SIT_I(sbi)->last_victim[ALLOC_NEXT]; in __get_next_segno()
[all …]
H A Ddebug.c238 si->dirty_sits = SIT_I(sbi)->dirty_sentries; in update_general_status()
469 SIT_I(sbi)->mounted_time); in stat_show()
H A Dcheckpoint.c190 if (unlikely(blkaddr >= SIT_I(sbi)->sit_base_addr || in __f2fs_is_valid_blkaddr()
1696 SIT_I(sbi)->dirty_sentries == 0 && in f2fs_write_checkpoint()
H A Dsysfs.c306 return sysfs_emit(buf, "%llu\n", SIT_I(sbi)->mounted_time); in mounted_time_sec_show()
1769 SIT_I(sbi)->sit_base_addr, in disk_map_seq_show()
H A Df2fs.h2150 static inline struct sit_info *SIT_I(struct f2fs_sb_info *sbi) in SIT_I() function
4283 if (blkaddr < SIT_I(sbi)->sit_base_addr) \
H A Dfile.c3264 struct sit_info *sm = SIT_I(sbi); in f2fs_ioc_flush_device()