Home
last modified time | relevance | path

Searched refs:CURSEG_I (Results 1 – 7 of 7) sorted by relevance

/linux/fs/f2fs/
H A Dsegment.c2744 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_curseg_valid_blocks()
2827 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page()
2989 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment()
3022 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg()
3050 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno()
3101 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg()
3160 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg()
3198 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment()
3219 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg()
3267 struct curseg_info *curseg = CURSEG_I(sbi, type); in __f2fs_save_inmem_curseg()
[all …]
H A Dsegment.h292 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() function
302 if (segno == CURSEG_I(sbi, i)->segno) in is_curseg()
313 if (secno == GET_SEC_FROM_SEG(sbi, CURSEG_I(sbi, i)->segno)) in is_cursec()
606 CURSEG_I(sbi, type)->next_blkoff; in get_left_section_blocks()
623 segno = CURSEG_I(sbi, i)->segno; in get_additional_blocks_required()
H A Drecovery.c432 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in find_fsync_dnodes()
536 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes()
819 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in recover_data()
H A Dnode.c579 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info()
2557 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache()
3040 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal()
3136 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set()
3214 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
H A Dcheckpoint.c1791 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
1804 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint()
1811 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_DATA); in do_checkpoint()
H A Ddebug.c252 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status()
H A Dsuper.c5331 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()