Searched refs:curseg_info (Results 1 – 7 of 7) sorted by relevance
/linux/fs/f2fs/ |
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() 2755 struct curseg_info *curseg) in is_next_segment_free() 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() 2954 static void reset_curseg_fields(struct curseg_info *curseg) in reset_curseg_fields() 2967 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() 3009 struct curseg_info *seg) in f2fs_find_next_ssr_block() 3026 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() 3064 struct curseg_info *curse in get_atssr_segment() [all...] |
H A D | segment.h | 264 struct curseg_info { struct 288 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() argument 290 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I() 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 | 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 | debug.c | 252 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() 334 si->base_mem += sizeof(struct curseg_info) * NR_CURSEG_TYPE; in update_mem_info()
|
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 | f2fs.h | 1087 struct curseg_info *curseg_array; /* active segment information */
|
H A D | super.c | 4779 struct curseg_info *seg_i; in f2fs_fill_super()
|