Searched refs:CURSEG_I (Results 1 – 6 of 6) sorted by relevance
/linux/fs/f2fs/ |
H A D | segment.h | 288 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() function 298 if (segno == CURSEG_I(sbi, i)->segno) in is_curseg() 309 if (secno == GET_SEC_FROM_SEG(sbi, CURSEG_I(sbi, i)->segno)) in is_cursec() 612 segno = CURSEG_I(sbi, i)->segno; in has_curseg_enough_space() 620 CURSEG_I(sbi, i)->next_blkoff; in has_curseg_enough_space() 632 segno = CURSEG_I(sbi, CURSEG_HOT_DATA)->segno; in has_curseg_enough_space() 640 CURSEG_I(sbi, CURSEG_HOT_DATA)->next_blkoff; in has_curseg_enough_space() 816 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() 823 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type()
|
H A D | segment.c | 2669 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_curseg_valid_blocks() 2731 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() 2850 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment() 2888 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 2916 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() 2967 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() 3026 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() 3064 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() 3085 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() 3133 struct curseg_info *curseg = CURSEG_I(sb in __f2fs_save_inmem_curseg() [all...] |
H A D | checkpoint.c | 1455 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint() 1466 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint() 1473 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_DATA); in do_checkpoint()
|
H A D | node.c | 561 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() 2467 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() 2936 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() 3032 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() 3110 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
|
H A D | debug.c | 252 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status()
|
H A D | super.c | 5019 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
|