Home
last modified time | relevance | path

Searched refs:SIT_I (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c263 p->offset = SIT_I(sbi)->last_victim[p->gc_mode]; in select_policy()
307 struct sit_info *sit_i = SIT_I(sbi); in get_cb_cost()
404 struct sit_info *sit_i = SIT_I(sbi); in add_victim_entry()
452 struct sit_info *sit_i = SIT_I(sbi); in atgc_lookup_victim()
528 struct sit_info *sit_i = SIT_I(sbi); in atssr_lookup_victim()
642 struct sit_info *sm = SIT_I(sbi); in get_victim_by_default()
667 SIT_I(sbi)->dirty_min_mtime = ULLONG_MAX; in get_victim_by_default()
873 struct sit_info *sit_i = SIT_I(sbi); in check_valid_map()
1050 if (!test_and_set_bit(segno, SIT_I(sbi)->invalid_segmap)) { in is_alive()
1568 struct sit_info *sit_i = SIT_I(sb in __get_victim()
[all...]
H A Dsegment.h364 struct sit_info *sit_i = SIT_I(sbi); in get_seg_entry()
371 struct sit_info *sit_i = SIT_I(sbi); in get_sec_entry()
545 struct sit_info *sit_i = SIT_I(sbi); in get_sit_bitmap()
557 return SIT_I(sbi)->written_valid_blocks; in written_block_count()
794 struct sit_info *sit_i = SIT_I(sbi); in current_sit_addr()
816 struct sit_info *sit_i = SIT_I(sbi); in next_sit_addr()
839 struct sit_info *sit_i = SIT_I(sbi); in get_mtime()
H A Dsegment.c950 clear_bit(segno, SIT_I(sbi)->invalid_segmap); in __remove_dirty_segment()
2045 unsigned long *dmap = SIT_I(sbi)->tmp_map; in add_discard_addrs()
2295 struct sit_info *sit_i = SIT_I(sbi); in __mark_sit_entry_dirty()
2343 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()
2344 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()
2439 SIT_I(sbi)->written_valid_blocks += del; in update_sit_entry()
2448 struct sit_info *sit_i = SIT_I(sbi); in f2fs_invalidate_blocks()
2470 struct sit_info *sit_i = SIT_I(sbi); in f2fs_is_checkpointed_data()
2734 if (SIT_I(sbi)->last_victim[ALLOC_NEXT]) in __get_next_segno()
2735 return SIT_I(sb in __get_next_segno()
[all...]
H A Dsysfs.c201 return sprintf(buf, "%llu", SIT_I(sbi)->mounted_time); in mounted_time_sec_show()
964 struct sit_info *sit_i = SIT_I(sbi); in undiscard_info_seq_show()
969 unsigned long *dmap = SIT_I(sbi)->tmp_map; in undiscard_info_seq_show()
H A Ddebug.c151 si->dirty_sits = SIT_I(sbi)->dirty_sentries; in update_general_status()
327 SIT_I(si->sbi)->mounted_time); in stat_show()
H A Dcheckpoint.c179 if (unlikely(blkaddr >= SIT_I(sbi)->sit_base_addr || in f2fs_is_valid_blkaddr()
1628 SIT_I(sbi)->dirty_sentries == 0 && in f2fs_write_checkpoint()
H A Df2fs.h1789 static inline struct sit_info *SIT_I(struct f2fs_sb_info *sbi) in SIT_I() function
3677 if (blkaddr < SIT_I(sbi)->sit_base_addr) \
H A Dfile.c2945 struct sit_info *sm = SIT_I(sbi); in f2fs_ioc_flush_device()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c290 p->offset = SIT_I(sbi)->last_victim[p->gc_mode]; in select_policy()
334 struct sit_info *sit_i = SIT_I(sbi); in get_cb_cost()
487 struct sit_info *sit_i = SIT_I(sbi); in add_victim_entry()
523 struct sit_info *sit_i = SIT_I(sbi); in atgc_lookup_victim()
596 struct sit_info *sit_i = SIT_I(sbi); in atssr_lookup_victim()
749 struct sit_info *sm = SIT_I(sbi); in f2fs_get_victim()
774 SIT_I(sbi)->dirty_min_mtime = ULLONG_MAX; in f2fs_get_victim()
981 struct sit_info *sit_i = SIT_I(sbi); in check_valid_map()
1160 if (!test_and_set_bit(segno, SIT_I(sbi)->invalid_segmap)) { in is_alive()
1663 struct sit_info *sit_i = SIT_I(sb in __get_victim()
[all...]
H A Dsegment.h335 struct sit_info *sit_i = SIT_I(sbi); in get_seg_entry()
342 struct sit_info *sit_i = SIT_I(sbi); in get_sec_entry()
516 struct sit_info *sit_i = SIT_I(sbi); in get_sit_bitmap()
528 return SIT_I(sbi)->written_valid_blocks; in written_block_count()
815 struct sit_info *sit_i = SIT_I(sbi); in current_sit_addr()
837 struct sit_info *sit_i = SIT_I(sbi); in next_sit_addr()
860 struct sit_info *sit_i = SIT_I(sbi); in get_mtime()
H A Dsegment.c801 clear_bit(segno, SIT_I(sbi)->invalid_segmap); in __remove_dirty_segment()
2049 unsigned long *dmap = SIT_I(sbi)->tmp_map; in add_discard_addrs()
2336 struct sit_info *sit_i = SIT_I(sbi); in __mark_sit_entry_dirty()
2385 if (ctime > SIT_I(sbi)->max_mtime) in update_segment_mtime()
2386 SIT_I(sbi)->max_mtime = ctime; in update_segment_mtime()
2483 SIT_I(sbi)->written_valid_blocks += del; in update_sit_entry()
2492 struct sit_info *sit_i = SIT_I(sbi); in f2fs_invalidate_blocks()
2514 struct sit_info *sit_i = SIT_I(sbi); in f2fs_is_checkpointed_data()
2773 if (SIT_I(sbi)->last_victim[ALLOC_NEXT]) in __get_next_segno()
2774 return SIT_I(sb in __get_next_segno()
[all...]
H A Ddebug.c173 si->dirty_sits = SIT_I(sbi)->dirty_sentries; in update_general_status()
403 SIT_I(sbi)->mounted_time); in stat_show()
H A Dcheckpoint.c192 if (unlikely(blkaddr >= SIT_I(sbi)->sit_base_addr || in f2fs_is_valid_blkaddr()
1665 SIT_I(sbi)->dirty_sentries == 0 && in f2fs_write_checkpoint()
H A Dsysfs.c241 return sysfs_emit(buf, "%llu\n", SIT_I(sbi)->mounted_time); in mounted_time_sec_show()
H A Df2fs.h1983 static inline struct sit_info *SIT_I(struct f2fs_sb_info *sbi) in SIT_I() function
4026 if (blkaddr < SIT_I(sbi)->sit_base_addr) \
H A Dfile.c2948 struct sit_info *sm = SIT_I(sbi); in f2fs_ioc_flush_device()

Completed in 53 milliseconds