Home
last modified time | relevance | path

Searched refs:curseg_info (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/f2fs/
Dsegment.h292 struct curseg_info { struct
313 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() argument
315 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I()
633 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno()
640 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type()
646 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff()
Dsegment.c2150 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry()
2213 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page()
2238 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free()
2340 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg()
2383 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg()
2403 struct curseg_info *seg, block_t start) in __next_free_blkoff()
2426 struct curseg_info *seg) in __refresh_next_blkoff()
2441 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg()
2467 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment()
2516 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default()
[all …]
Drecovery.c265 struct curseg_info *curseg; in find_fsync_dnodes()
378 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes()
604 struct curseg_info *curseg; in recover_data()
Ddebug.c120 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status()
206 si->base_mem += sizeof(struct curseg_info) * NR_CURSEG_TYPE; in update_mem_info()
Dnode.c522 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info()
2205 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache()
2653 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal()
2746 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set()
2820 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
Dcheckpoint.c1295 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
Dsuper.c2812 struct curseg_info *seg_i; in f2fs_fill_super()
Df2fs.h893 struct curseg_info *curseg_array; /* active segment information */