Searched refs:CURSEG_I (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | segment.h | 296 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() function 306 if (segno == CURSEG_I(sbi, i)->segno) in is_curseg() 317 if (secno == GET_SEC_FROM_SEG(sbi, CURSEG_I(sbi, i)->segno)) in is_cursec() 618 CURSEG_I(sbi, type)->next_blkoff; in get_left_section_blocks() 635 segno = CURSEG_I(sbi, i)->segno; in get_additional_blocks_required() 815 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() 822 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type()
|
| H A D | segment.c | 2654 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_curseg_valid_blocks() 2737 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() 2873 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment() 2911 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 2939 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() 2990 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() 3049 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() 3087 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() 3108 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() 3156 struct curseg_info *curseg = CURSEG_I(sbi, type); in __f2fs_save_inmem_curseg() [all …]
|
| H A D | recovery.c | 410 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in find_fsync_dnodes() 514 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() 796 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in recover_data()
|
| H A D | node.c | 566 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() 2525 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() 3004 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() 3100 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() 3178 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
|
| H A D | checkpoint.c | 1689 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint() 1702 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint() 1709 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_DATA); in do_checkpoint()
|
| H A D | debug.c | 252 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status()
|
| H A D | super.c | 5164 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
|