Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dsegment.c728 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry()
784 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free()
888 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg()
911 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg()
930 struct curseg_info *seg, block_t start) in __next_free_blkoff()
953 struct curseg_info *seg) in __refresh_next_blkoff()
968 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg()
996 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment()
1018 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default()
1036 struct curseg_info *curseg = CURSEG_I(sbi, type); in __allocate_new_segments()
[all …]
Dsegment.h244 struct curseg_info { struct
263 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() argument
265 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I()
539 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno()
546 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type()
552 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff()
Drecovery.c163 struct curseg_info *curseg; in find_fsync_dnodes()
269 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes()
445 struct curseg_info *curseg; in recover_data()
509 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in recover_fsync_data()
Ddebug.c77 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status()
158 si->base_mem += sizeof(struct curseg_info) * NR_CURSEG_TYPE; in update_mem_info()
Dnode.c349 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in get_node_info()
1508 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in build_free_nids()
1780 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal()
1826 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set()
1899 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in flush_nat_entries()
Dcheckpoint.c877 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in do_checkpoint()
Df2fs.h498 struct curseg_info *curseg_array; /* active segment information */