Home
last modified time | relevance | path

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

/fs/f2fs/
Dsegment.h313 struct sit_info *sit_i = SIT_I(sbi); in get_seg_entry()
320 struct sit_info *sit_i = SIT_I(sbi); in get_sec_entry()
480 struct sit_info *sit_i = SIT_I(sbi); in get_sit_bitmap()
492 return SIT_I(sbi)->written_valid_blocks; in written_block_count()
723 struct sit_info *sit_i = SIT_I(sbi); in current_sit_addr()
745 struct sit_info *sit_i = SIT_I(sbi); in next_sit_addr()
768 struct sit_info *sit_i = SIT_I(sbi); in get_mtime()
Dgc.c214 p->offset = SIT_I(sbi)->last_victim[p->gc_mode]; in select_policy()
252 struct sit_info *sit_i = SIT_I(sbi); in get_cb_cost()
319 struct sit_info *sm = SIT_I(sbi); in get_victim_by_default()
498 struct sit_info *sit_i = SIT_I(sbi); in check_valid_map()
674 if (!test_and_set_bit(segno, SIT_I(sbi)->invalid_segmap)) { in is_alive()
1185 struct sit_info *sit_i = SIT_I(sbi); in __get_victim()
1402 SIT_I(sbi)->last_victim[ALLOC_NEXT] = 0; in f2fs_gc()
1403 SIT_I(sbi)->last_victim[FLUSH_DEVICE] = init_segno; in f2fs_gc()
1431 SIT_I(sbi)->last_victim[ALLOC_NEXT] = in f2fs_build_gc_manager()
1451 if (SIT_I(sbi)->last_victim[gc_mode] >= start) in free_segment_range()
[all …]
Dsegment.c824 clear_bit(segno, SIT_I(sbi)->invalid_segmap); in __remove_dirty_segment()
1861 unsigned long *dmap = SIT_I(sbi)->tmp_map; in add_discard_addrs()
2111 struct sit_info *sit_i = SIT_I(sbi); in __mark_sit_entry_dirty()
2151 if (se->mtime > SIT_I(sbi)->max_mtime) in update_sit_entry()
2152 SIT_I(sbi)->max_mtime = se->mtime; in update_sit_entry()
2225 SIT_I(sbi)->written_valid_blocks += del; in update_sit_entry()
2234 struct sit_info *sit_i = SIT_I(sbi); in f2fs_invalidate_blocks()
2255 struct sit_info *sit_i = SIT_I(sbi); in f2fs_is_checkpointed_data()
2505 if (SIT_I(sbi)->last_victim[ALLOC_NEXT]) in __get_next_segno()
2506 return SIT_I(sbi)->last_victim[ALLOC_NEXT]; in __get_next_segno()
[all …]
Ddebug.c151 si->dirty_sits = SIT_I(sbi)->dirty_sentries; in update_general_status()
307 SIT_I(si->sbi)->mounted_time); in stat_show()
Dcheckpoint.c179 if (unlikely(blkaddr >= SIT_I(sbi)->sit_base_addr || in f2fs_is_valid_blkaddr()
1620 SIT_I(sbi)->dirty_sentries == 0 && in f2fs_write_checkpoint()
Dsysfs.c204 return sprintf(buf, "%llu", SIT_I(sbi)->mounted_time); in mounted_time_sec_show()
Df2fs.h1803 static inline struct sit_info *SIT_I(struct f2fs_sb_info *sbi) in SIT_I() function
3658 if (blkaddr < SIT_I(sbi)->sit_base_addr) \
Dfile.c2939 struct sit_info *sm = SIT_I(sbi); in f2fs_ioc_flush_device()