Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsegment.c794 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry()
859 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free()
963 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg()
986 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg()
1005 struct curseg_info *seg, block_t start) in __next_free_blkoff()
1028 struct curseg_info *seg) in __refresh_next_blkoff()
1043 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg()
1071 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment()
1093 struct curseg_info *curseg = CURSEG_I(sbi, type); in allocate_segment_by_default()
1111 struct curseg_info *curseg = CURSEG_I(sbi, type); in __allocate_new_segments()
[all …]
Dsegment.h257 struct curseg_info { struct
276 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() argument
278 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I()
552 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno()
559 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type()
565 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff()
Drecovery.c174 struct curseg_info *curseg; in find_fsync_dnodes()
280 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes()
466 struct curseg_info *curseg; in recover_data()
530 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in recover_fsync_data()
Ddebug.c81 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status()
163 si->base_mem += sizeof(struct curseg_info) * NR_CURSEG_TYPE; in update_mem_info()
Dnode.c357 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in get_node_info()
1522 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in build_free_nids()
1833 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal()
1879 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set()
1952 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in flush_nat_entries()
Dcheckpoint.c925 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in do_checkpoint()
Df2fs.h605 struct curseg_info *curseg_array; /* active segment information */