Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsegment.h321 struct sit_info *sit_i = SIT_I(sbi); in get_seg_entry()
328 struct sit_info *sit_i = SIT_I(sbi); in get_sec_entry()
503 struct sit_info *sit_i = SIT_I(sbi); in get_sit_bitmap()
515 return SIT_I(sbi)->written_valid_blocks; in written_block_count()
841 struct sit_info *sit_i = SIT_I(sbi); in current_sit_addr()
863 struct sit_info *sit_i = SIT_I(sbi); in next_sit_addr()
886 struct sit_info *sit_i = SIT_I(sbi); in get_mtime()
H A Dgc.c365 struct sit_info *sit_i = SIT_I(sbi); in get_cb_cost()
518 struct sit_info *sit_i = SIT_I(sbi); in add_victim_entry()
550 struct sit_info *sit_i = SIT_I(sbi); in atgc_lookup_victim()
623 struct sit_info *sit_i = SIT_I(sbi); in atssr_lookup_victim()
775 struct sit_info *sm = SIT_I(sbi); in f2fs_get_victim()
801 SIT_I(sbi)->dirty_min_mtime = ULLONG_MAX; in f2fs_get_victim()
1011 struct sit_info *sit_i = SIT_I(sbi); in check_valid_map()
1706 struct sit_info *sit_i = SIT_I(sbi); in __get_victim()
1987 SIT_I(sbi)->last_victim[ALLOC_NEXT] = 0; in f2fs_gc()
2047 SIT_I(sbi)->last_victim[ALLOC_NEXT] = in f2fs_build_gc_manager()
[all …]
H A Dsegment.c2383 struct sit_info *sit_i = SIT_I(sbi); in __mark_sit_entry_dirty()
2432 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()
2433 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()
2581 struct sit_info *sit_i = SIT_I(sbi); in f2fs_invalidate_blocks()
2620 struct sit_info *sit_i = SIT_I(sbi); in f2fs_is_checkpointed_data()
3070 up_write(&SIT_I(sbi)->sentry_lock); in __f2fs_init_atgc_curseg()
3252 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_segment_for_resize()
3296 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_section()
3335 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_allocate_new_segments()
3354 up_write(&SIT_I(sbi)->sentry_lock); in f2fs_exist_trim_candidates()
[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 Dsysfs.c280 return sysfs_emit(buf, "%llu\n", SIT_I(sbi)->mounted_time); in mounted_time_sec_show()
1652 SIT_I(sbi)->sit_base_addr, in disk_map_seq_show()
H A Dcheckpoint.c190 if (unlikely(blkaddr >= SIT_I(sbi)->sit_base_addr || in __f2fs_is_valid_blkaddr()
1668 SIT_I(sbi)->dirty_sentries == 0 && in f2fs_write_checkpoint()
H A Df2fs.h2060 static inline struct sit_info *SIT_I(struct f2fs_sb_info *sbi) in SIT_I() function
4178 if (blkaddr < SIT_I(sbi)->sit_base_addr) \
H A Dfile.c3189 struct sit_info *sm = SIT_I(sbi); in f2fs_ioc_flush_device()