Searched refs:curseg_info (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/fs/f2fs/ |
| D | segment.c | 2539 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_curseg_valid_blocks() 2601 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() 2625 struct curseg_info *curseg, int type) in is_next_segment_free() 2728 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 2752 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() 2790 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() 2831 struct curseg_info *seg) in f2fs_find_next_ssr_block() 2848 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() 2884 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() 2903 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() [all …]
|
| D | segment.h | 303 struct curseg_info { struct 327 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() argument 329 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I() 734 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() 741 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type()
|
| D | recovery.c | 410 struct curseg_info *curseg; in find_fsync_dnodes() 516 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() 776 struct curseg_info *curseg; in recover_data()
|
| D | debug.c | 188 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() 268 si->base_mem += sizeof(struct curseg_info) * NR_CURSEG_TYPE; in update_mem_info()
|
| D | checkpoint.c | 1460 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint() 1471 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint() 1478 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_DATA); in do_checkpoint()
|
| D | node.c | 550 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() 2408 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() 2867 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() 2995 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() 3073 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
|
| D | f2fs.h | 1036 struct curseg_info *curseg_array; /* active segment information */
|
| D | super.c | 4337 struct curseg_info *seg_i; in f2fs_fill_super()
|