Home
last modified time | relevance | path

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

/Linux-v4.19/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()
625 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno()
632 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type()
638 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff()
Dsegment.c2125 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry()
2188 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page()
2213 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free()
2315 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg()
2358 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg()
2378 struct curseg_info *seg, block_t start) in __next_free_blkoff()
2401 struct curseg_info *seg) in __refresh_next_blkoff()
2416 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg()
2442 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment()
2491 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default()
[all …]
Drecovery.c240 struct curseg_info *curseg; in find_fsync_dnodes()
353 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes()
565 struct curseg_info *curseg; in recover_data()
Ddebug.c118 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()
2184 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache()
2619 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal()
2709 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set()
2783 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
Dcheckpoint.c1273 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
Dsuper.c2739 struct curseg_info *seg_i; in f2fs_fill_super()
Df2fs.h892 struct curseg_info *curseg_array; /* active segment information */